bisect: add documentation for --no-checkout option.
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 5e80113ee93c5c44a7ada5982faaad9a3fcbdc2e..9e12d55470435102215f2dd99eb3432856612dbd 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1010,7 +1010,6 @@ extern off_t find_pack_entry_one(const unsigned char *, struct packed_git *);
 extern void *unpack_entry(struct packed_git *, off_t, enum object_type *, unsigned long *);
 extern unsigned long unpack_object_header_buffer(const unsigned char *buf, unsigned long len, enum object_type *type, unsigned long *sizep);
 extern unsigned long get_size_from_delta(struct packed_git *, struct pack_window **, off_t);
-extern int packed_object_info_detail(struct packed_git *, off_t, unsigned long *, unsigned long *, unsigned int *, unsigned char *);
 extern int unpack_object_header(struct packed_git *, struct pack_window **, off_t *, unsigned long *);
 
 struct object_info {