diff options
Diffstat (limited to 'examples/copy_over.c')
-rw-r--r-- | examples/copy_over.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/copy_over.c b/examples/copy_over.c index 45b8fa6d..ec026168 100644 --- a/examples/copy_over.c +++ b/examples/copy_over.c @@ -21,7 +21,6 @@ #include <pthread.h> #include <guestfs.h> -#include <libvirt/libvirt.h> struct threaddata { const char *src; @@ -66,9 +65,6 @@ main (int argc, char *argv[]) struct timeval start_t, end_t; int64_t ms; - /* This is required when using libvirt from multiple threads. */ - virInitialize (); - if (argc != 5) { usage (); exit (EXIT_FAILURE); |