* src/generator.ml: Change all `String "device"' to `Device "device"'.
[libguestfs.git] / daemon / mount.c
index 8cf6874..14e683a 100644 (file)
@@ -48,8 +48,6 @@ do_mount_vfs (char *options, char *vfstype,
   char *mp;
   char *error;
 
   char *mp;
   char *error;
 
-  RESOLVE_DEVICE (device, return -1);
-
   is_root = strcmp (mountpoint, "/") == 0;
 
   if (!root_mounted && !is_root) {
   is_root = strcmp (mountpoint, "/") == 0;
 
   if (!root_mounted && !is_root) {