aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fpm/cmd/new.f901
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fpm/cmd/new.f90 b/src/fpm/cmd/new.f90
index bb21d73..d69f6f2 100644
--- a/src/fpm/cmd/new.f90
+++ b/src/fpm/cmd/new.f90
@@ -588,7 +588,6 @@ end function default_user
function git_user(what) result(user)
use fpm_filesystem, only : get_temp_filename, getline
- implicit none
character(len=*), intent(in) :: what
character(len=:), allocatable :: user
character(len=:), allocatable :: temp_user, iomsg