Skip to content

Commit cc305ed

Browse files
committed
Data flow: Sync
1 parent 296e268 commit cc305ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ module Private {
958958

959959
query predicate edges(NodeOrCall a, NodeOrCall b, string key, string value) {
960960
key = "semmle.label" and
961-
edgesComponent(a, b, _) and
962961
value = strictconcat(string s | edgesComponent(a, b, s) | s, " / ")
963962
}
964963
}

0 commit comments

Comments
 (0)