From 4f570b66f187078ecf074830b0c56d29030e7a8a Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 3 Jun 2011 18:37:44 +0000 Subject: In libobjc/: 2011-06-03 Nicola Pero In libobjc/: 2011-06-03 Nicola Pero * objc/objc.h: Do not include deprecated/STR.h. * objc/deprecated/STR.h: Removed. * Makefile.in (OBJC_DEPRECATED_H): removed STR.h. From-SVN: r174614 --- libobjc/ChangeLog | 6 ++++++ libobjc/Makefile.in | 1 - libobjc/objc/deprecated/STR.h | 2 -- libobjc/objc/objc.h | 2 -- 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 libobjc/objc/deprecated/STR.h (limited to 'libobjc') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 4de6621eea5..e197762cb92 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,9 @@ +2011-06-03 Nicola Pero + + * objc/objc.h: Do not include deprecated/STR.h. + * objc/deprecated/STR.h: Removed. + * Makefile.in (OBJC_DEPRECATED_H): removed STR.h. + 2011-06-03 Nicola Pero * Makefile.in (OBJC_H): Removed hash.h and sarray.h. diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index a9658061a8f..e91fff716a1 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -131,7 +131,6 @@ OBJC_DEPRECATED_H = \ MetaClass.h \ Object.h \ Protocol.h \ - STR.h \ objc_get_uninstalled_dtable.h \ objc_malloc.h \ objc_msg_sendv.h \ diff --git a/libobjc/objc/deprecated/STR.h b/libobjc/objc/deprecated/STR.h deleted file mode 100644 index 17c20e2d6e3..00000000000 --- a/libobjc/objc/deprecated/STR.h +++ /dev/null @@ -1,2 +0,0 @@ -/* Incredibly obsolete. */ -typedef char *STR; /* String alias */ diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h index ece0f884105..8719269bb35 100644 --- a/libobjc/objc/objc.h +++ b/libobjc/objc/objc.h @@ -125,8 +125,6 @@ typedef id (*IMP)(id, SEL, ...); compiler to do some type-checking. */ #define Nil (Class)0 -#include "deprecated/STR.h" - /* TODO: Move the 'Protocol' declaration into objc/runtime.h. A Protocol is simply an object, not a basic Objective-C type. The Apple runtime defines Protocol in objc/runtime.h too, so it's good -- cgit v1.2.3