Drop a comment that is no longer relevant

This commit is contained in:
Alex Ford
2021-10-07 10:43:43 +01:00
parent 8262247ed7
commit 3bdc680434

View File

@@ -245,7 +245,6 @@ abstract class ActiveRecordModelInstantiation extends OrmInstantiation::Range,
or
// ...the called method can access a field.
exists(Method m | m = this.getClass().methodMayAccessField() |
// We rely on matching by name here as the call graph might not have
m.getName() = methodName
)
)