Remove redundant conjunct

This commit is contained in:
Owen Mansel-Chan
2025-11-28 02:12:12 +00:00
parent fb0b4071a7
commit 303deab608

View File

@@ -2,7 +2,6 @@ import go
import utils.test.InlineFlowTest import utils.test.InlineFlowTest
string getArgString(DataFlow::Node src, DataFlow::Node sink) { string getArgString(DataFlow::Node src, DataFlow::Node sink) {
exists(src) and
result = result =
"\"" + sink.toString() + " (from source " + "\"" + sink.toString() + " (from source " +
src.(DataFlow::CallNode).getArgument(0).getExactValue() + ")\"" src.(DataFlow::CallNode).getArgument(0).getExactValue() + ")\""