aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-11-06 13:15:44 -0800
committerBen Pfaff <blp@nicira.com>2013-01-16 16:03:55 -0800
commit3e6c955de6fc7c50ea30ee9ea2148c6734e5df11 (patch)
tree7003b6f31863243af1658b04760029bbc390fa2a /vswitchd
parentcb22974d773942d66da42b700b8bca0db27a0920 (diff)
Remove useless use of <assert.h>.
These files #included <assert.h> but didn't ever use assert. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/ovs-vswitchd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c
index 84e5ad11..9736b79e 100644
--- a/vswitchd/ovs-vswitchd.c
+++ b/vswitchd/ovs-vswitchd.c
@@ -15,7 +15,6 @@
#include <config.h>
-#include <assert.h>
#include <errno.h>
#include <getopt.h>
#include <limits.h>