aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Smit <freevryheid@gmail.com>2022-01-20 12:06:00 -0600
committerGitHub <noreply@github.com>2022-01-20 12:06:00 -0600
commitf2ceb1664d8b637e1390f94a73ce2f53797185f1 (patch)
tree20f83369fbcc4547fb06665b402b0a09491c4213
parentbe201c9b80b839d90e8c4caf266e621664ff3f85 (diff)
downloadfpm-f2ceb1664d8b637e1390f94a73ce2f53797185f1.tar.gz
fpm-f2ceb1664d8b637e1390f94a73ce2f53797185f1.zip
Update src/fpm/cmd/new.f90
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
-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