zgz: remove unused variable "gzip", fixing a warning
authorJosh Triplett <josh@freedesktop.org>
Fri, 28 Nov 2008 00:01:14 +0000 (16:01 -0800)
committerJosh Triplett <josh@freedesktop.org>
Fri, 28 Nov 2008 03:56:52 +0000 (19:56 -0800)
debian/changelog
zgz.c

index 41e487b27e0b3884a82c9982c5f332bd867fa8ff..5a19290c3d87c46875f5dcbe14713d251d9c9d77 100644 (file)
@@ -1,6 +1,7 @@
 pristine-tar (0.19) unstable; urgency=low
 
   * Add a .gitignore file
+  * Various cleanups to zgz.
 
  -- Josh Triplett <josh@freedesktop.org>  Thu, 27 Nov 2008 19:54:29 -0800
 
diff --git a/zgz.c b/zgz.c
index 738c2f05615a66e6feb3c8d7662f1f8efd457031..663233fa401ded49e6d0c537ccca5885b4343a2a 100644 (file)
--- a/zgz.c
+++ b/zgz.c
@@ -230,7 +230,6 @@ main(int argc, char **argv)
 {
        const char *progname = argv[0];
        char origname[BUFLEN] = { 0 };
-       char *gzip;
        int len;
        int ch;