summaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-02-14 11:12:41 -0800
committerGurucharan Shetty <gshetty@nicira.com>2014-02-19 14:23:59 -0800
commit6ca326ed3f1def5f3dbc05f03e9808191e488a38 (patch)
tree199baead761991002f974000c579a59f039f8a1b /vswitchd/ovs-vswitchd.c
parentf5790bf6eeade6662eaccc95b22b25cecb822c9e (diff)
downloadopenvswitch-6ca326ed3f1def5f3dbc05f03e9808191e488a38.tar.gz
ovs-vswitchd: Get rid of call to process_init().
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>
Diffstat (limited to 'vswitchd/ovs-vswitchd.c')
-rw-r--r--vswitchd/ovs-vswitchd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c
index 9da2f4909..b6a66215a 100644
--- a/vswitchd/ovs-vswitchd.c
+++ b/vswitchd/ovs-vswitchd.c
@@ -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();