Remove guestfs_wait_ready (turn it into a no-op).
[libguestfs.git] / cat / virt-cat.pl
index 1017876..8db5348 100755 (executable)
@@ -140,7 +140,6 @@ if ($uri) {
 }
 
 $g->launch ();
-$g->wait_ready ();
 
 # List of possible filesystems.
 my @partitions = get_partitions ($g);