Remove "fault" module.
[openvswitch] / utilities / ovs-controller.c
index 0e453f48dc3b444f81eb2ce13cbe3289f2cd3d4e..56a530730f50b665fae95f91509ed0f26b7e84d2 100644 (file)
@@ -26,7 +26,6 @@
 #include "command-line.h"
 #include "compiler.h"
 #include "daemon.h"
-#include "fault.h"
 #include "learning-switch.h"
 #include "ofpbuf.h"
 #include "openflow/openflow.h"
@@ -84,7 +83,6 @@ main(int argc, char *argv[])
     int i;
 
     set_program_name(argv[0]);
-    register_fault_handlers();
     time_init();
     vlog_init();
     parse_options(argc, argv);