X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pack.h;h=4814800f2806a245a675ea9832f894dc95b27b89;hb=af6feeb229110a0fa77a179c2655fca08e72f879;hp=eb07b033ae54941d4bd00ee6bc30c7d50fd039b0;hpb=182a8dabd5f5f646608f3857f10f3ac18c3d1445;p=git.git diff --git a/pack.h b/pack.h index eb07b033a..4814800f2 100644 --- a/pack.h +++ b/pack.h @@ -16,7 +16,4 @@ struct pack_header { }; extern int verify_pack(struct packed_git *, int); -extern int check_reuse_pack_delta(struct packed_git *, unsigned long, - unsigned char *, unsigned long *, - enum object_type *); #endif