cat: Remove some unused local variables in virt-cat.c and virt-ls.c.

This commit is contained in:
Richard W.M. Jones
2010-12-09 18:30:08 +00:00
parent 8e7012131c
commit ff99f399f0
2 changed files with 0 additions and 4 deletions

View 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) {

View 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 ();