X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Futil.h;h=b123ead28471d06c13564e5607da4706315a5917;hb=54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1;hp=962bad2f31376a23b799a818e2f6acdcce38554e;hpb=576e26d7b47f4e53116ef0b5f035d260f426d37b;p=openvswitch 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. */