[ovs-dev] [PATCH] perf-counter: Remove unused vlog module.

Justin Pettit jpettit at nicira.com
Fri Apr 17 17:03:07 UTC 2015


Do you want to remove the "#include "openvswitch/vlog.h"" line since there are no users now?  Regardless:

Acked-by: Justin Pettit <jpettit at nicira.com>

--Justin


> On Apr 17, 2015, at 9:30 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> Otherwise Clang warns about an unused variable.
> 
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> 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
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list