aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/deprecated/Protocol.h')
-rw-r--r--libobjc/objc/deprecated/Protocol.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libobjc/objc/deprecated/Protocol.h b/libobjc/objc/deprecated/Protocol.h
deleted file mode 100644
index 7a77f51a0dd..00000000000
--- a/libobjc/objc/deprecated/Protocol.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* The following methods were deprecated in GCC 4.6.0 and will be
- removed in the next GCC release. */
-@interface Protocol (Deprecated)
-/* Obtaining attributes intrinsic to the protocol */
-- (const char *)name;
-
-/* Testing protocol conformance */
-- (BOOL) conformsTo: (Protocol *)aProtocolObject;
-
-/* Looking up information specific to a protocol */
-- (struct objc_method_description *) descriptionForInstanceMethod:(SEL)aSel;
-- (struct objc_method_description *) descriptionForClassMethod:(SEL)aSel;
-@end