diff options
-rw-r--r-- | inspector/virt-inspector.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inspector/virt-inspector.c b/inspector/virt-inspector.c index ee7c9c38..d3e00a9c 100644 --- a/inspector/virt-inspector.c +++ b/inspector/virt-inspector.c @@ -118,11 +118,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) { |