Skip to content

Commit eb8c48d

Browse files
committed
Remove some unused predicates
1 parent c9edbd9 commit eb8c48d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@ private class ActiveRecordModelFinderCall extends ActiveRecordModelInstantiation
296296
}
297297

298298
final override ActiveRecordModelClass getClass() { result = cls }
299-
300-
string getConstantQualifiedClassName() { result = constantQualifiedName(cls) }
301-
302-
Expr getUltimateReceiver() { result = recv }
303299
}
304300

305301
// A `self` reference that may resolve to an active record model object

0 commit comments

Comments
 (0)