cat: Remove some unused local variables in virt-cat.c and virt-ls.c.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 9 Dec 2010 18:30:08 +0000 (18:30 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 9 Dec 2010 18:30:08 +0000 (18:30 +0000)
cat/virt-cat.c
cat/virt-ls.c

index ebae895..470c70c 100644 (file)
@@ -104,11 +104,9 @@ main (int argc, char *argv[])
   };
   struct drv *drvs = NULL;
   struct drv *drv;
-  char *p, *file = NULL;
   const char *format = NULL;
   int c;
   int option_index;
-  int next_prepared_drive = 1;
 
   g = guestfs_create ();
   if (g == NULL) {
index a3f043a..3e789b8 100644 (file)
@@ -109,11 +109,9 @@ main (int argc, char *argv[])
   };
   struct drv *drvs = NULL;
   struct drv *drv;
-  char *p, *file = NULL;
   const char *format = NULL;
   int c;
   int option_index;
-  int next_prepared_drive = 1;
   char mode = 0;
 
   g = guestfs_create ();