summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb-server.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-07-10 09:53:21 -0700
committerBen Pfaff <blp@nicira.com>2013-07-15 11:07:25 -0700
commitbef30838592ebe816f0d8e8003bfa0e6fc806f79 (patch)
tree91ae80006ea3d23c0b3c18b22db54a04b39f7d74 /ovsdb/ovsdb-server.c
parentc649fe54427ea6e6c53e0c832314d999ec11e4e9 (diff)
downloadopenvswitch-bef30838592ebe816f0d8e8003bfa0e6fc806f79.tar.gz
stress: Remove essentially unused library.
The "stress" library was introduced years ago. We intended at the time to start using it to provoke errors in testing, to make sure that Open vSwitch was resilient against those errors. The intention was good, but there were few actual implementations of stress options, and the testing never materialized. Rather than adapt the stress library for thread safety, this seems like a good opportunity to remove it, so this commit does so. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ovsdb/ovsdb-server.c')
-rw-r--r--ovsdb/ovsdb-server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ovsdb/ovsdb-server.c b/ovsdb/ovsdb-server.c
index 912f599c4..ab44b3ab6 100644
--- a/ovsdb/ovsdb-server.c
+++ b/ovsdb/ovsdb-server.c
@@ -45,7 +45,6 @@
#include "shash.h"
#include "stream-ssl.h"
#include "stream.h"
-#include "stress.h"
#include "sset.h"
#include "table.h"
#include "timeval.h"
@@ -137,7 +136,6 @@ main(int argc, char *argv[])
proctitle_init(argc, argv);
set_program_name(argv[0]);
- stress_init_command();
signal(SIGPIPE, SIG_IGN);
process_init();