]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
pack: move get_size_from_delta()
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index faa8940aff6ad20844656e002edbd98e624c8e1f..fe2d90b772ee88dcc82ca49e2a3aa6f51aedb7dd 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1663,7 +1663,6 @@ extern off_t find_pack_entry_one(const unsigned char *sha1, struct packed_git *)
 
 extern int is_pack_valid(struct packed_git *);
 extern void *unpack_entry(struct packed_git *, off_t, enum object_type *, unsigned long *);
-extern unsigned long get_size_from_delta(struct packed_git *, struct pack_window **, off_t);
 extern int unpack_object_header(struct packed_git *, struct pack_window **, off_t *, unsigned long *);
 
 /*