mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Ruby: Remove reference to SsaInputNode.
This commit is contained in:
@@ -26,7 +26,7 @@ module BarrierGuardTest implements TestSig {
|
||||
tag = "guarded" and
|
||||
exists(DataFlow::Node n |
|
||||
newStyleBarrierGuards(n) and
|
||||
not n instanceof SsaInputNode and
|
||||
not n instanceof SsaSynthReadNode and
|
||||
location = n.getLocation() and
|
||||
element = n.toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user