mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Remove redundant conjunct
This commit is contained in:
@@ -2,7 +2,6 @@ import go
|
||||
import utils.test.InlineFlowTest
|
||||
|
||||
string getArgString(DataFlow::Node src, DataFlow::Node sink) {
|
||||
exists(src) and
|
||||
result =
|
||||
"\"" + sink.toString() + " (from source " +
|
||||
src.(DataFlow::CallNode).getArgument(0).getExactValue() + ")\""
|
||||
|
||||
Reference in New Issue
Block a user