Update obsolete comment.

main
David Chisnall 8 years ago
parent 20b016c47b
commit ccefff241a

@ -125,16 +125,8 @@ struct objc_class
*/ */
struct reference_list *extra_data; struct reference_list *extra_data;
/** /**
* New ABI. The following fields are only available with classes compiled to * The version of the ABI used for this class. Currently always zero for v2
* support the new ABI. You may test whether any given class supports this * ABI classes.
* ABI by using the CLS_ISNEW_ABI() macro.
*/
/**
* The version of the ABI used for this class. Zero indicates the ABI first
* implemented by clang 1.0. One indicates the presence of bitmaps
* indicating the offsets of strong, weak, and unretained ivars. Two
* indicates that the new ivar structure is used.
*/ */
long abi_version; long abi_version;
/** /**

Loading…
Cancel
Save