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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user