Otherwise Clang warns about an unused variable. Signed-off-by: Ben Pfaff <[email protected]> --- lib/perf-counter.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/lib/perf-counter.c b/lib/perf-counter.c index 0e89999..a1162ae 100644 --- a/lib/perf-counter.c +++ b/lib/perf-counter.c @@ -32,8 +32,6 @@ #include "shash.h" #include "util.h" -VLOG_DEFINE_THIS_MODULE(perf_counter); - static struct shash perf_counters; static int fd__ = 0; -- 1.7.10.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
