[ovs-dev] [PATCH] coverage: Remove unused macro.

Ben Pfaff blp at nicira.com
Fri Sep 19 17:27:45 UTC 2014


Thanks, applied.

On Fri, Sep 19, 2014 at 09:03:15AM -0700, Alex Wang wrote:
> Acked-by: Alex Wang <alexw at nicira.com
> 
> 
> 
> On Fri, Sep 19, 2014 at 8:26 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> >  lib/coverage.h | 5 +----
> >  1 file changed, 1 insertion(+), 4 deletions(-)
> >
> > diff --git a/lib/coverage.h b/lib/coverage.h
> > index 0b41b00..af0bdfe 100644
> > --- a/lib/coverage.h
> > +++ b/lib/coverage.h
> > @@ -1,5 +1,5 @@
> >  /*
> > - * Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
> > + * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc.
> >   *
> >   * Licensed under the Apache License, Version 2.0 (the "License");
> >   * you may not use this file except in compliance with the License.
> > @@ -91,7 +91,4 @@ void coverage_log(void);
> >  void coverage_clear(void);
> >  void coverage_run(void);
> >
> > -/* Implementation detail. */
> > -#define COVERAGE_DEFINE__(COUNTER)                              \
> > -
> >  #endif /* coverage.h */
> > --
> > 1.9.1
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> >



More information about the dev mailing list