From 1c79befb3cdf1dd861f463c6f58762bc34f6784c Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 17 Apr 2015 10:06:17 -0700 Subject: [PATCH] perf-counter: Remove unused vlog module. Otherwise Clang warns about an unused variable. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- lib/perf-counter.c | 3 --- 1 file changed, 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 #include #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; -- 2.20.1