Skip to content

Commit 303deab

Browse files
committed
Remove redundant conjunct
1 parent fb0b407 commit 303deab

File tree

1 file changed

+0
-1
lines changed
  • go/ql/test/library-tests/semmle/go/dataflow/GlobalVariableSideEffects

1 file changed

+0
-1
lines changed

go/ql/test/library-tests/semmle/go/dataflow/GlobalVariableSideEffects/Flows.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import go
22
import utils.test.InlineFlowTest
33

44
string getArgString(DataFlow::Node src, DataFlow::Node sink) {
5-
exists(src) and
65
result =
76
"\"" + sink.toString() + " (from source " +
87
src.(DataFlow::CallNode).getArgument(0).getExactValue() + ")\""

0 commit comments

Comments
 (0)