From ccefff241a3aa4cdf42dd529fbe23ad1d6a60221 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 29 Mar 2018 16:43:38 +0100 Subject: [PATCH] Update obsolete comment. --- class.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/class.h b/class.h index e5221fa..7993052 100644 --- a/class.h +++ b/class.h @@ -125,16 +125,8 @@ struct objc_class */ struct reference_list *extra_data; /** - * New ABI. The following fields are only available with classes compiled to - * support the new ABI. You may test whether any given class supports this - * 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. + * The version of the ABI used for this class. Currently always zero for v2 + * ABI classes. */ long abi_version; /**