]> git.ipfire.org Git - thirdparty/git.git/blobdiff - branch.c
create_branch: drop unused "head" parameter
[thirdparty/git.git] / branch.c
index a5a8dcbd0ed929d09a73674361ee1dd81dd5b88c..0d459b3cfe507b3906760fbea7f35e6191366057 100644 (file)
--- a/branch.c
+++ b/branch.c
@@ -228,8 +228,7 @@ N_("\n"
 "will track its remote counterpart, you may want to use\n"
 "\"git push -u\" to set the upstream config as you push.");
 
-void create_branch(const char *head,
-                  const char *name, const char *start_name,
+void create_branch(const char *name, const char *start_name,
                   int force, int reflog, int clobber_head,
                   int quiet, enum branch_track track)
 {