aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/struct_objc_ivar_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/deprecated/struct_objc_ivar_list.h')
-rw-r--r--libobjc/objc/deprecated/struct_objc_ivar_list.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libobjc/objc/deprecated/struct_objc_ivar_list.h b/libobjc/objc/deprecated/struct_objc_ivar_list.h
deleted file mode 100644
index 8f5051fb967..00000000000
--- a/libobjc/objc/deprecated/struct_objc_ivar_list.h
+++ /dev/null
@@ -1,10 +0,0 @@
-typedef struct objc_ivar_list {
- int ivar_count; /* Number of structures (Ivar)
- contained in the list. One
- structure per instance
- variable defined in the
- class. */
- struct objc_ivar ivar_list[1]; /* Variable length
- structure. */
-} IvarList, *IvarList_t;
-