C++: Remove some Objective-C specific query code

We have not supported Objective-C for a long time.
This commit is contained in:
Jeroen Ketema
2025-01-16 15:17:30 +01:00
parent 02ac61f328
commit aec151dce9

View File

@@ -168,12 +168,7 @@ where
strictcount(string fieldName |
exists(Field f |
f.getDeclaringType() = c and
fieldName = f.getName() and
// IBOutlet's are a way of building GUIs
// automatically out of ObjC properties.
// We don't want to count those for the
// purposes of this query.
not f.getType().getAnAttribute().hasName("iboutlet")
fieldName = f.getName()
)
) and
n > 15 and