From c5bcb08001200972983486a22255a35960192ac7 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 11 Feb 2010 11:55:08 -0800 Subject: [PATCH] util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED. Great ideas in theory, but we haven't used them. --- lib/util.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/util.h b/lib/util.h index 962bad2f..b123ead2 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. */ -- 2.30.2