diff options
author | John S. Urban <urbanjost@comcast.net> | 2020-12-25 08:30:14 -0500 |
---|---|---|
committer | John S. Urban <urbanjost@comcast.net> | 2020-12-25 08:30:14 -0500 |
commit | 26065c995953ec2b8bb875e659877fc2b8352b60 (patch) | |
tree | 9d994c8cb4510842853a432c335e39b42a167ad9 | |
parent | ce5eb06e63a463d24e946287346d3272121a0962 (diff) | |
download | fpm-26065c995953ec2b8bb875e659877fc2b8352b60.tar.gz fpm-26065c995953ec2b8bb875e659877fc2b8352b60.zip |
src/fpm_strings.f90
-rw-r--r-- | fpm/src/fpm_strings.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpm/src/fpm_strings.f90 b/fpm/src/fpm_strings.f90 index 4c18b59..2430237 100644 --- a/fpm/src/fpm_strings.f90 +++ b/fpm/src/fpm_strings.f90 @@ -455,7 +455,6 @@ character(len=:),allocatable :: sep_local, left_local, right_local endif enddo end function join -======= pure integer function str_int_len(i) result(sz) ! Returns the length of the string representation of 'i' integer, intent(in) :: i |