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

Ben Pfaff blp at nicira.com
Fri Sep 19 15:26:03 UTC 2014


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




More information about the dev mailing list