X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.c;h=bc45dac46c145159fb365da8cc35cc372f7a7eb0;hb=d7285d74b780e526aef4cb5c322c88ad8de927c5;hp=322ce60681d97b85060569fe400121fb61dbc021;hpb=92fa2e9272a5d2120339f106ba39285d5dac8d44;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c index 322ce6068..bc45dac46 100644 --- a/vswitchd/ovs-vswitchd.c +++ b/vswitchd/ovs-vswitchd.c @@ -42,7 +42,6 @@ #include "simap.h" #include "stream-ssl.h" #include "stream.h" -#include "stress.h" #include "svec.h" #include "timeval.h" #include "unixctl.h" @@ -74,7 +73,6 @@ main(int argc, char *argv[]) proctitle_init(argc, argv); set_program_name(argv[0]); - stress_init_command(); remote = parse_options(argc, argv, &unixctl_path); signal(SIGPIPE, SIG_IGN); sighup = signal_register(SIGHUP);