diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-07-20 09:05:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 09:05:45 +0100 |
commit | 9e26b2d66c72c81ac5a0d752528104293836d206 (patch) | |
tree | 5c5e7d4b624610a39687ab925cc2c57ae645f6e5 /src/fpm_model.f90 | |
parent | 1715c04c7e662599d20d2a43e8cc1e9cfbd2fa54 (diff) | |
parent | 83f1fc0be44831b32869126be0afc55431791b56 (diff) | |
download | fpm-9e26b2d66c72c81ac5a0d752528104293836d206.tar.gz fpm-9e26b2d66c72c81ac5a0d752528104293836d206.zip |
Merge pull request #522 from urbanjost/unused
remove warnings and fix truncated help text
Diffstat (limited to 'src/fpm_model.f90')
-rw-r--r-- | src/fpm_model.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fpm_model.f90 b/src/fpm_model.f90 index 9746e5f..49f598e 100644 --- a/src/fpm_model.f90 +++ b/src/fpm_model.f90 @@ -251,7 +251,6 @@ function info_srcfile_short(source) result(s) ! Prints a shortened version of srcfile_t type(srcfile_t), intent(in) :: source character(:), allocatable :: s - integer :: i s = "srcfile_t(" s = s // 'file_name="' // source%file_name // '"' s = s // ", ...)" |