aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/struct_objc_method_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/deprecated/struct_objc_method_list.h')
-rw-r--r--libobjc/objc/deprecated/struct_objc_method_list.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libobjc/objc/deprecated/struct_objc_method_list.h b/libobjc/objc/deprecated/struct_objc_method_list.h
deleted file mode 100644
index 5156cabbf2d..00000000000
--- a/libobjc/objc/deprecated/struct_objc_method_list.h
+++ /dev/null
@@ -1,9 +0,0 @@
-typedef struct objc_method_list {
- struct objc_method_list* method_next; /* This variable is used to link
- a method list to another. It
- is a singly linked list. */
- int method_count; /* Number of methods defined in
- this structure. */
- Method method_list[1]; /* Variable length
- structure. */
-} MethodList, *MethodList_t;