mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 06:45:17 +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 <linux/perf_event.h>
|
||||||
#include <asm/unistd.h>
|
#include <asm/unistd.h>
|
||||||
#include "dynamic-string.h"
|
#include "dynamic-string.h"
|
||||||
#include "openvswitch/vlog.h"
|
|
||||||
#include "perf-counter.h"
|
#include "perf-counter.h"
|
||||||
#include "shash.h"
|
#include "shash.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
VLOG_DEFINE_THIS_MODULE(perf_counter);
|
|
||||||
|
|
||||||
static struct shash perf_counters;
|
static struct shash perf_counters;
|
||||||
static int fd__ = 0;
|
static int fd__ = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user