]> git.ipfire.org Git - thirdparty/git.git/blobdiff - alloc.h
Merge branch 'ak/commit-graph-to-slab'
[thirdparty/git.git] / alloc.h
diff --git a/alloc.h b/alloc.h
index ed1071c11ea3a6d0f7d55da46df4acf524a32565..371d388b552fb01824b4ec208abe7fdf11d95eec 100644 (file)
--- a/alloc.h
+++ b/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);