Remove some unused variables.
[libguestfs.git] / fuse / guestmount.c
index df11619..b4a917f 100644 (file)
@@ -927,7 +927,7 @@ main (int argc, char *argv[])
   struct mp *mps = NULL;
   struct mp *mp;
   char *p;
-  int c, i, r;
+  int c, r;
   int option_index;
   struct sigaction sa;