X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.c;h=604ee1b5530dc7d13453bdf25ee196ed2b6faea0;hb=5ff22a0642fb299140e7b3e62588be692386c0b8;hp=6b7ad4e4bd270318fc6a77df2d4107a78cc88190;hpb=6f61c75b17a9906f88aae4b4a8fbdc12070cf34f;p=openvswitch diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c index 6b7ad4e4..604ee1b5 100644 --- a/vswitchd/ovs-vswitchd.c +++ b/vswitchd/ovs-vswitchd.c @@ -28,7 +28,6 @@ #include "compiler.h" #include "daemon.h" #include "dpif.h" -#include "fault.h" #include "leak-checker.h" #include "netdev.h" #include "ovsdb-idl.h" @@ -64,7 +63,6 @@ main(int argc, char *argv[]) int retval; set_program_name(argv[0]); - register_fault_handlers(); time_init(); vlog_init(); remote = parse_options(argc, argv);