In libobjc/: 2011-06-03 Nicola Pero <nicola.pero@meta-innovation.com>
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
This commit is contained in:
parent
309ce401bc
commit
d2a1962dbf
4 changed files with 6 additions and 5 deletions
|
@ -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,
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
/* For functions which return Method_t */
|
||||
#define METHOD_NULL (Method_t)0
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue