Merge branch 'jc/clean-after-sanity-tests'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 89a107a7f79175c600eb2a9689982912541ae4e7..d49092d94d1970cc7e07ade8064793fa64d8f362 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1770,15 +1770,6 @@ extern const char *excludes_file;
 int decode_85(char *dst, const char *line, int linelen);
 void encode_85(char *buf, const unsigned char *data, int bytes);
 
-/* alloc.c */
-extern void *alloc_blob_node(void);
-extern void *alloc_tree_node(void);
-extern void *alloc_commit_node(void);
-extern void *alloc_tag_node(void);
-extern void *alloc_object_node(void);
-extern void alloc_report(void);
-extern unsigned int alloc_commit_index(void);
-
 /* pkt-line.c */
 void packet_trace_identity(const char *prog);