summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-04-17 10:06:17 -0700
committerBen Pfaff <blp@nicira.com>2015-04-17 10:06:17 -0700
commit1c79befb3cdf1dd861f463c6f58762bc34f6784c (patch)
tree8bb0229658bbc2df1d6c85b082f6e114fc057cbf /lib
parent494356bf551e62bc37f3610c3484ffea1ad4a2c1 (diff)
downloadopenvswitch-1c79befb3cdf1dd861f463c6f58762bc34f6784c.tar.gz
perf-counter: Remove unused vlog module.
Otherwise Clang warns about an unused variable. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/perf-counter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/perf-counter.c b/lib/perf-counter.c
index 0e899995a..8c859cc76 100644
--- a/lib/perf-counter.c
+++ b/lib/perf-counter.c
@@ -27,13 +27,10 @@
#include <linux/perf_event.h>
#include <asm/unistd.h>
#include "dynamic-string.h"
-#include "openvswitch/vlog.h"
#include "perf-counter.h"
#include "shash.h"
#include "util.h"
-VLOG_DEFINE_THIS_MODULE(perf_counter);
-
static struct shash perf_counters;
static int fd__ = 0;