aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc')
-rw-r--r--libobjc/objc/deprecated/STR.h2
-rw-r--r--libobjc/objc/objc.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/libobjc/objc/deprecated/STR.h b/libobjc/objc/deprecated/STR.h
deleted file mode 100644
index 17c20e2..0000000
--- 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 ece0f88..8719269 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