open_pack_sha1_dict(): Kill unused variable
authorLuiz Fernando N. Capitulino <[email protected]>
Tue, 14 Aug 2007 00:17:31 +0000 (13 21:17 -0300)
committerLuiz Fernando N. Capitulino <[email protected]>
Wed, 29 Aug 2007 20:14:02 +0000 (29 17:14 -0300)
Signed-off-by: Luiz Fernando N. Capitulino <[email protected]>
sha1_file.c

index bfe1932..5823fb5 100644 (file)
@@ -721,7 +721,6 @@ static int open_packed_git(struct packed_git *p)
 
 static void open_pack_sha1_dict(struct packed_git *p)
 {
-       unsigned char *dict;
        const size_t offset = sizeof(struct pack_header);
 
        if (p->pack_fd < 0 && open_packed_git(p))