Skip to content

Commit 97a02ed

Browse files
committed
Rust: Remove MacroCallTargetStats from rust/diagnostic/database-quality.
1 parent 94e3d86 commit 97a02ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/ql/src/queries/telemetry/DatabaseQualityDiagnostics.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import codeql.util.Unit
1212
private predicate diagnostic(string msg, float value, float threshold) {
1313
CallTargetStatsReport::percentageOfOk(msg, value) and threshold = 50
1414
or
15-
MacroCallTargetStatsReport::percentageOfOk(msg, value) and threshold = 50
16-
or
1715
ExprTypeStatsReport::percentageOfOk(msg, value) and threshold = 20
1816
}
1917

0 commit comments

Comments
 (0)