aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/struct_objc_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/deprecated/struct_objc_protocol.h')
-rw-r--r--libobjc/objc/deprecated/struct_objc_protocol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libobjc/objc/deprecated/struct_objc_protocol.h b/libobjc/objc/deprecated/struct_objc_protocol.h
deleted file mode 100644
index 5344e3f5493..00000000000
--- a/libobjc/objc/deprecated/struct_objc_protocol.h
+++ /dev/null
@@ -1,6 +0,0 @@
-typedef struct objc_protocol {
- struct objc_class* class_pointer;
- char *protocol_name;
- struct objc_protocol_list *protocol_list;
- struct objc_method_description_list *instance_methods, *class_methods;
-} Protocol;