diff options
author | John S. Urban <urbanjost@comcast.net> | 2021-07-18 19:42:58 -0400 |
---|---|---|
committer | John S. Urban <urbanjost@comcast.net> | 2021-07-18 19:42:58 -0400 |
commit | 83f1fc0be44831b32869126be0afc55431791b56 (patch) | |
tree | 5c5e7d4b624610a39687ab925cc2c57ae645f6e5 /app | |
parent | 1715c04c7e662599d20d2a43e8cc1e9cfbd2fa54 (diff) | |
download | fpm-83f1fc0be44831b32869126be0afc55431791b56.tar.gz fpm-83f1fc0be44831b32869126be0afc55431791b56.zip |
remove warnings and fix truncated help text
Diffstat (limited to 'app')
-rw-r--r-- | app/main.f90 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.f90 b/app/main.f90 index 5600f98..c7c9258 100644 --- a/app/main.f90 +++ b/app/main.f90 @@ -89,8 +89,6 @@ contains character(len=*), intent(in) :: dir logical :: has_manifest - character(len=:), allocatable :: manifest - has_manifest = exists(join_path(dir, "fpm.toml")) end function has_manifest |