Data flow: Sync

This commit is contained in:
Tom Hvitved
2021-10-12 14:37:33 +02:00
parent 296e268339
commit cc305ed766

View File

@@ -958,7 +958,6 @@ module Private {
query predicate edges(NodeOrCall a, NodeOrCall b, string key, string value) {
key = "semmle.label" and
edgesComponent(a, b, _) and
value = strictconcat(string s | edgesComponent(a, b, s) | s, " / ")
}
}