Skip to content

Commit 8cb5380

Browse files
committed
C++: Remove unused find predicate
1 parent c67122b commit 8cb5380

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/src/Telemetry/DatabaseQuality.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ private class SourceExpr extends Expr {
3131
SourceExpr() { this.getFile() instanceof RelevantFile }
3232
}
3333

34-
predicate find(SourceExpr e) { not hasGoodType(e) }
35-
3634
private predicate hasGoodType(Expr e) { not e.getType() instanceof ErroneousType }
3735

3836
module ExprTypeStats implements StatsSig {

0 commit comments

Comments
 (0)