Skip to content

Commit 3bdc680

Browse files
committed
Drop a comment that is no longer relevant
1 parent 8262247 commit 3bdc680

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ql/lib/codeql/ruby/frameworks/ActiveRecord.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ abstract class ActiveRecordModelInstantiation extends OrmInstantiation::Range,
245245
or
246246
// ...the called method can access a field.
247247
exists(Method m | m = this.getClass().methodMayAccessField() |
248-
// We rely on matching by name here as the call graph might not have
249248
m.getName() = methodName
250249
)
251250
)

0 commit comments

Comments
 (0)