diff options
Diffstat (limited to 'examples/hello.c')
-rw-r--r-- | examples/hello.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hello.c b/examples/hello.c index 1c12f8ea..8b36ed44 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -27,7 +27,6 @@ main (int argc, char *argv[]) if (guestfs_add_drive (g, argv[1]) == -1) exit (1); if (guestfs_launch (g) == -1) exit (1); - if (guestfs_wait_ready (g) == -1) exit (1); if (guestfs_mount (g, argv[2], "/") == -1) exit (1); |