coverage: Remove unused macro.
authorBen Pfaff <blp@nicira.com>
Fri, 19 Sep 2014 15:24:11 +0000 (08:24 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 19 Sep 2014 17:26:14 +0000 (10:26 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/coverage.h

index 0b41b00..af0bdfe 100644 (file)
@@ -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 */