diff options
Diffstat (limited to 'src/launch-unix.c')
-rw-r--r-- | src/launch-unix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/launch-unix.c b/src/launch-unix.c index a6384dfe..3a4307ab 100644 --- a/src/launch-unix.c +++ b/src/launch-unix.c @@ -37,9 +37,6 @@ guestfs___launch_unix (guestfs_h *g, const char *sockpath) int r; struct sockaddr_un addr; - /* Start the clock ... */ - gettimeofday (&g->launch_t, NULL); - /* Set these to nothing so we don't try to kill random processes or * read from random file descriptors. */ |