about summary refs log tree commit diff
path: root/third_party/git/pack-revindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/pack-revindex.h')
-rw-r--r--third_party/git/pack-revindex.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/git/pack-revindex.h b/third_party/git/pack-revindex.h
deleted file mode 100644
index 848331d5d6..0000000000
--- a/third_party/git/pack-revindex.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef PACK_REVINDEX_H
-#define PACK_REVINDEX_H
-
-struct packed_git;
-
-struct revindex_entry {
-	off_t offset;
-	unsigned int nr;
-};
-
-int load_pack_revindex(struct packed_git *p);
-int find_revindex_position(struct packed_git *p, off_t ofs);
-
-struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs);
-
-#endif