ovs-vswitchd: Get rid of call to process_init().
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 14 Feb 2014 19:12:41 +0000 (11:12 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 19 Feb 2014 22:23:59 +0000 (14:23 -0800)
It is not needed as we don't use any other process_* calls.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
vswitchd/ovs-vswitchd.c

index 9da2f49..b6a6621 100644 (file)
@@ -37,7 +37,6 @@
 #include "openflow/openflow.h"
 #include "ovsdb-idl.h"
 #include "poll-loop.h"
-#include "process.h"
 #include "signals.h"
 #include "simap.h"
 #include "stream-ssl.h"
@@ -77,7 +76,6 @@ main(int argc, char *argv[])
     remote = parse_options(argc, argv, &unixctl_path);
     signal(SIGPIPE, SIG_IGN);
     sighup = signal_register(SIGHUP);
-    process_init();
     ovsrec_init();
 
     daemonize_start();