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 b00aa06..6b04336 100644
--- a/src/fpm/cmd/new.f90
+++ b/src/fpm/cmd/new.f90
@@ -612,7 +612,6 @@ function git_user(what) result(user)
if (len(user)==0) then
user = default_user(what)
end if
- return
end function git_user
subroutine create_verified_basic_manifest(filename)