diff options
Diffstat (limited to 'read-tree.c')
-rw-r--r-- | read-tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/read-tree.c b/read-tree.c index 3785e25975..af486ff33f 100644 --- a/read-tree.c +++ b/read-tree.c @@ -72,7 +72,6 @@ static int unpack(unsigned char *sha1) int main(int argc, char **argv) { - int fd; unsigned char sha1[20]; if (argc != 2) |