We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518b45b commit d60a829Copy full SHA for d60a829
cpp/ql/src/Best Practices/Unused Entities/UnusedStaticFunctions.ql
@@ -16,8 +16,6 @@ import cpp
16
pragma[noinline]
17
predicate possiblyIncompleteFile(File f) {
18
exists(Diagnostic d | d.getFile() = f and d.getSeverity() >= 3)
19
- or
20
- exists(ErrorExpr ee | ee.getFile() = f)
21
}
22
23
predicate immediatelyReachableFunction(Function f) {
0 commit comments