From 040114dff1d7fd4b1ca7f4374573ae41a9c7a7d8 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 5 Apr 2018 12:01:40 +0100 Subject: [PATCH] Remove some obsolete documentation. --- objc/runtime.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/objc/runtime.h b/objc/runtime.h index 49873eb..299ef80 100644 --- a/objc/runtime.h +++ b/objc/runtime.h @@ -757,10 +757,6 @@ const char* protocol_getName(Protocol *p); /** * Returns the property metadata for the property with the specified name. - * - * Note: The Apple documentation for this method contains some nonsense for - * isInstanceProperty. As there is no language syntax for defining properties - * on classes, we return NULL if this is not YES. */ objc_property_t protocol_getProperty(Protocol *p, const char *name, BOOL isRequiredProperty, BOOL isInstanceProperty);