mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Removed redundant cast
This commit is contained in:
@@ -114,7 +114,7 @@ class Configuration extends TaintTracking::Configuration {
|
||||
.getMember("Chars")
|
||||
.getMethod("new")
|
||||
.getCallNode() and
|
||||
n = cn.(DataFlow::CallNode).getAMethodCall("normalize") and
|
||||
n = cn.getAMethodCall("normalize") and
|
||||
sink = cn.getArgument(0)
|
||||
)
|
||||
) and
|
||||
|
||||
Reference in New Issue
Block a user