Skip to content

Commit 69c40b0

Browse files
committed
delete unused class in query specific file
1 parent 8e51b01 commit 69c40b0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cpp/ql/src/Security/CWE/CWE-457/UninitializedVariables.qll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ private predicate reaches(ControlFlowNode a, ControlFlowNode b) = fastTC(success
1010

1111
private predicate successor(ControlFlowNode a, ControlFlowNode b) { b = a.getASuccessor() }
1212

13-
class WhitelistedCallsConfig extends string {
14-
WhitelistedCallsConfig() { this = "config" }
15-
16-
abstract predicate isWhitelisted(Call c);
17-
}
18-
1913
abstract class WhitelistedCall extends Call {
2014
override Function getTarget() { none() }
2115
}

0 commit comments

Comments
 (0)