Remove unnecessary forward declaration of unpack_entry.
commit44c10841ea3edeef47cc6be0fdba5058344e2e95
authorShawn Pearce <spearce@spearce.org>
Mon, 21 Aug 2006 07:10:36 +0000 (21 03:10 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 Aug 2006 03:26:14 +0000 (21 20:26 -0700)
treec9ca390c1a9bc13e87f8ca77287b30b116af3486
parentda7560110f91088ee2a664e98f75ff54e0d9e1e1
Remove unnecessary forward declaration of unpack_entry.

This declaration probably used to be necessary but the code has
been refactored since to use unpack_entry_gently instead.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c