From: Ben Pfaff Date: Thu, 11 Feb 2010 19:55:08 +0000 (-0800) Subject: util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED. X-Git-Tag: v0.99.2~10 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=c5bcb08001200972983486a22255a35960192ac7;p=cascardo%2Fovs.git util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED. Great ideas in theory, but we haven't used them. --- diff --git a/lib/util.h b/lib/util.h index 962bad2f3..b123ead28 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. */