In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
authorNicola Pero <nicola.pero@meta-innovation.com>
Fri, 3 Jun 2011 19:24:08 +0000 (19:24 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Fri, 3 Jun 2011 19:24:08 +0000 (19:24 +0000)
In libobjc/:
2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>

* 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
libobjc/Makefile.in
libobjc/objc/deprecated/METHOD_NULL.h [deleted file]
libobjc/objc/objc-api.h

index 735e0644bf5373dab29ef7ab2d4b1da69d86488b..b53796d2606c402b8728976764b2bc4f08b15df0 100644 (file)
@@ -1,3 +1,9 @@
+2011-06-03  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * 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  <nicola.pero@meta-innovation.com>
 
        * Makefile.in (OBJC_DEPRECATED_H): Removed objc_valloc.h,
index 1d021e8b91f3b97af9998087abd3c280147a9073..8601653a57a3cbbc315ff1c3cc1b109ace414413 100644 (file)
@@ -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 (file)
index 6912be3..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/* For functions which return Method_t */
-#define METHOD_NULL    (Method_t)0
index f0734d76e480b937149b5fcac2ed2e60894d920c..10a0e6194c18d34ef445cf315b1308ced0893f7c 100644 (file)
@@ -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.  */