inspector: Apps in Windows VMs are now listed - update documentation.
[libguestfs.git] / cat / virt-cat.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) {