summaryrefslogtreecommitdiff
path: root/lib/match.c
diff options
context:
space:
mode:
authorJarno Rajahalme <jrajahalme@nicira.com>2013-09-26 10:55:35 -0700
committerBen Pfaff <blp@nicira.com>2013-09-27 16:27:24 -0700
commit6e274d49c4ebae2e79bcaca89a64e42e67596d2d (patch)
tree043d5cb2e73463db246a886bb01098ea06ae7542 /lib/match.c
parentb1361289273349b57a37c819f1393cb13c86fddd (diff)
downloadopenvswitch-6e274d49c4ebae2e79bcaca89a64e42e67596d2d.tar.gz
Remove unused variables and functions.
Found by Clang. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/match.c')
-rw-r--r--lib/match.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/match.c b/lib/match.c
index 02583fd69..93f61f98a 100644
--- a/lib/match.c
+++ b/lib/match.c
@@ -21,10 +21,6 @@
#include "dynamic-string.h"
#include "ofp-util.h"
#include "packets.h"
-#include "vlog.h"
-
-VLOG_DEFINE_THIS_MODULE(match);
-
/* Converts the flow in 'flow' into a match in 'match', with the given
* 'wildcards'. */