aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/struct_objc_protocol_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/deprecated/struct_objc_protocol_list.h')
-rw-r--r--libobjc/objc/deprecated/struct_objc_protocol_list.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libobjc/objc/deprecated/struct_objc_protocol_list.h b/libobjc/objc/deprecated/struct_objc_protocol_list.h
deleted file mode 100644
index 5e5788b5039..00000000000
--- a/libobjc/objc/deprecated/struct_objc_protocol_list.h
+++ /dev/null
@@ -1,5 +0,0 @@
-struct objc_protocol_list {
- struct objc_protocol_list *next;
- size_t count;
- Protocol *list[1];
-};