From d2a1962dbfbea6c2ae303881d4d8f01aece06292 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 3 Jun 2011 19:24:08 +0000 Subject: [PATCH] In libobjc/: 2011-06-03 Nicola Pero In libobjc/: 2011-06-03 Nicola Pero * Makefile.in (OBJC_DEPRECATED_H): Removed METHOD_NULL.h. * objc/objc-api.h: Do not include deprecated/METHOD_NULL.h. * objc/deprecated/METHOD_NULL.h: Removed. From-SVN: r174616 --- libobjc/ChangeLog | 6 ++++++ libobjc/Makefile.in | 1 - libobjc/objc/deprecated/METHOD_NULL.h | 2 -- libobjc/objc/objc-api.h | 2 -- 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 libobjc/objc/deprecated/METHOD_NULL.h diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 735e0644bf5..b53796d2606 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2011-06-03 Nicola Pero + + * Makefile.in (OBJC_DEPRECATED_H): Removed METHOD_NULL.h. + * objc/objc-api.h: Do not include deprecated/METHOD_NULL.h. + * objc/deprecated/METHOD_NULL.h: Removed. + 2011-06-03 Nicola Pero * Makefile.in (OBJC_DEPRECATED_H): Removed objc_valloc.h, diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 1d021e8b91f..8601653a57a 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -127,7 +127,6 @@ OBJC_H = \ # User-visible header files containing deprecated APIs, from the # objc/deprecated directory OBJC_DEPRECATED_H = \ - METHOD_NULL.h \ MetaClass.h \ Object.h \ Protocol.h \ diff --git a/libobjc/objc/deprecated/METHOD_NULL.h b/libobjc/objc/deprecated/METHOD_NULL.h deleted file mode 100644 index 6912be345e1..00000000000 --- a/libobjc/objc/deprecated/METHOD_NULL.h +++ /dev/null @@ -1,2 +0,0 @@ -/* For functions which return Method_t */ -#define METHOD_NULL (Method_t)0 diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h index f0734d76e48..10a0e6194c1 100644 --- a/libobjc/objc/objc-api.h +++ b/libobjc/objc/objc-api.h @@ -58,8 +58,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see extern "C" { #endif /* __cplusplus */ -#include "deprecated/METHOD_NULL.h" - /* Method descriptor returned by introspective Object methods. This is really just the first part of the more complete objc_method structure defined below and used internally by the runtime. */ -- 2.30.2