repo.or.cz
/
git
/
packv4.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
0996c5a
)
open_pack_sha1_dict(): Kill unused variable
author
Luiz Fernando N. Capitulino
<
[email protected]
>
Tue, 14 Aug 2007 00:17:31 +0000
(13 21:17 -0300)
committer
Luiz 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
patch
|
blob
|
blame
|
history
diff --git
a/sha1_file.c
b/sha1_file.c
index
bfe1932
..
5823fb5
100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-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))