about summary refs log tree commit diff
path: root/third_party/git/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/alloc.h')
-rw-r--r--third_party/git/alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/alloc.h b/third_party/git/alloc.h
index ed1071c11e..371d388b55 100644
--- a/third_party/git/alloc.h
+++ b/third_party/git/alloc.h
@@ -9,7 +9,7 @@ struct repository;
 
 void *alloc_blob_node(struct repository *r);
 void *alloc_tree_node(struct repository *r);
-void init_commit_node(struct repository *r, struct commit *c);
+void init_commit_node(struct commit *c);
 void *alloc_commit_node(struct repository *r);
 void *alloc_tag_node(struct repository *r);
 void *alloc_object_node(struct repository *r);