New API: resize2fs-M to resize ext2/3/4 to minimum size.
[libguestfs.git] / src / launch.c
index e4f4728..e009aae 100644 (file)
@@ -352,7 +352,6 @@ guestfs__launch (guestfs_h *g)
 {
   int r;
   int wfd[2], rfd[2];
-  int tries;
   char unixsock[256];
   struct sockaddr_un addr;