Merge "master" into "next".
[openvswitch] / lib / util.h
index 562f7e0e091b59885120d08c900ef66c6e1fc955..a9d5048a09b439d2cb15386e80cb79ef761bde65 100644 (file)
@@ -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. */