inspector: Remove some unused local variables.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 9 Dec 2010 16:41:20 +0000 (16:41 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 9 Dec 2010 16:41:40 +0000 (16:41 +0000)
inspector/virt-inspector.c

index ee7c9c3..d3e00a9 100644 (file)
@@ -118,11 +118,9 @@ main (int argc, char *argv[])
   };
   struct drv *drvs = NULL;
   struct drv *drv;
   };
   struct drv *drvs = NULL;
   struct drv *drv;
-  char *p, *file = NULL;
   const char *format = NULL;
   int c;
   int option_index;
   const char *format = NULL;
   int c;
   int option_index;
-  int next_prepared_drive = 1;
 
   g = guestfs_create ();
   if (g == NULL) {
 
   g = guestfs_create ();
   if (g == NULL) {