generator.ml: new type, "Pathname"
[libguestfs.git] / daemon / blockdev.c
index 35d14bf..46ee994 100644 (file)
@@ -46,8 +46,6 @@ call_blockdev (char *device, char *switc, int extraarg, int prints)
   };
   char buf[64];
 
-  IS_DEVICE (device, -1);
-
   if (extraarg > 0) {
     snprintf (buf, sizeof buf, "%d", extraarg);
     argv[2] = buf;