[ovs-dev] [PATCH 14/16] util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.
Ben Pfaff
blp at nicira.com
Thu Feb 11 15:18:16 PST 2010
Great ideas in theory, but we haven't used them.
---
lib/util.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/lib/util.h b/lib/util.h
index 962bad2..b123ead 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009 Nicira Networks.
+ * Copyright (c) 2008, 2009, 2010 Nicira Networks.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -76,8 +76,6 @@ extern const char *program_name;
#endif
#define NOT_REACHED() abort()
-#define NOT_IMPLEMENTED() abort()
-#define NOT_TESTED() ((void) 0) /* XXX should print a message. */
/* Given POINTER, the address of the given MEMBER in a STRUCT object, returns
the STRUCT object. */
--
1.6.6.1
More information about the dev
mailing list