Remove guestfs_wait_ready (turn it into a no-op).
[libguestfs.git] / perl / examples / lvs.pl
index 152db08..1a84017 100755 (executable)
@@ -14,7 +14,6 @@ $h->add_drive ($ARGV[0]);
 
 print "Launching, this can take a few seconds\n";
 $h->launch ();
-$h->wait_ready ();
 
 print "Looking for PVs on the disk image\n";
 my @pvs = $h->pvs ();