2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

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>
This commit is contained in:
Ben Pfaff
2015-04-17 10:06:17 -07:00
parent 494356bf55
commit 1c79befb3c

View File

@@ -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;