]> git.ipfire.org Git - thirdparty/git.git/blobdiff - packfile.h
refs: print error message in debug output
[thirdparty/git.git] / packfile.h
index 186146779d4aade93bf42cd63dd6e5bcd69e69c8..a3f6723857bf120f611e4f506e85428132f7ccc3 100644 (file)
@@ -90,7 +90,6 @@ uint32_t get_pack_fanout(struct packed_git *p, uint32_t value);
 
 unsigned char *use_pack(struct packed_git *, struct pack_window **, off_t, unsigned long *);
 void close_pack_windows(struct packed_git *);
-void close_pack_revindex(struct packed_git *);
 void close_pack(struct packed_git *);
 void close_object_store(struct raw_object_store *o);
 void unuse_pack(struct pack_window **);