aboutsummaryrefslogtreecommitdiff
path: root/lib/util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-24 13:47:09 -0800
committerBen Pfaff <blp@nicira.com>2010-02-24 13:47:09 -0800
commit02dd3123a0e312f1d33403e744af52dd6096f12d (patch)
tree6e98abcf84cf291f6c9d6ef06959a4e6aa5393f5 /lib/util.h
parented951f15779df008e43012d99cdb51f3c5a57229 (diff)
parentefa6c663df0bcad748e3a89d7b3f4dec187f6f53 (diff)
Merge "master" into "next".
Diffstat (limited to 'lib/util.h')
-rw-r--r--lib/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util.h b/lib/util.h
index 562f7e0e..a9d5048a 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -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. */