diff options
-rw-r--r-- | fpm/src/fpm_strings.f90 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fpm/src/fpm_strings.f90 b/fpm/src/fpm_strings.f90 index eead318..139b822 100644 --- a/fpm/src/fpm_strings.f90 +++ b/fpm/src/fpm_strings.f90 @@ -813,9 +813,6 @@ character(len=:),allocatable :: tbookmark, wbookmark endif enddo end function glob -!=================================================================================================================================== -!()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()! -!=================================================================================================================================== pure integer function str_int_len(i) result(sz) ! Returns the length of the string representation of 'i' |