Skip to content

Commit

Permalink
perf-counter: Remove unused vlog module.
Browse files Browse the repository at this point in the history
Otherwise Clang warns about an unused variable.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
  • Loading branch information
blp committed Apr 17, 2015
1 parent 494356b commit 1c79bef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/perf-counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1c79bef

Please sign in to comment.