Rust: Remove MacroCallTargetStats from rust/diagnostic/database-quality.

This commit is contained in:
Geoffrey White
2026-02-18 17:55:02 +00:00
parent 94e3d86f6a
commit 97a02ed903

View File

@@ -12,8 +12,6 @@ import codeql.util.Unit
private predicate diagnostic(string msg, float value, float threshold) {
CallTargetStatsReport::percentageOfOk(msg, value) and threshold = 50
or
MacroCallTargetStatsReport::percentageOfOk(msg, value) and threshold = 50
or
ExprTypeStatsReport::percentageOfOk(msg, value) and threshold = 20
}