X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=cat-file.c;h=3829fb6097ad9840cca7654f0b8a718100d590ac;hb=74b46e32cb3907a4a062a0f11de5773054b7c71a;hp=3071672c6ce2ffb7c1c7d43c1a728f8e020e296b;hpb=bf0c6e839c692142784caf07b523cd69442e57a5;p=git.git diff --git a/cat-file.c b/cat-file.c index 3071672c6..3829fb609 100644 --- a/cat-file.c +++ b/cat-file.c @@ -11,7 +11,6 @@ int main(int argc, char **argv) char type[20]; void *buf; unsigned long size; - int fd; if (argc != 3 || get_sha1_hex(argv[2], sha1)) usage("cat-file: cat-file [-t | tagname] ");