aboutsummaryrefslogtreecommitdiff
path: root/app/main.f90
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.f90')
-rw-r--r--app/main.f902
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