We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb43bc commit 6909792Copy full SHA for 6909792
powershell/ql/lib/semmle/code/powershell/dataflow/internal/SsaImpl.qll
@@ -19,8 +19,6 @@ module SsaInput implements SsaImplCommon::InputSig<Location> {
19
20
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getASuccessor() }
21
22
- class ExitBasicBlock extends BasicBlock, BasicBlocks::ExitBasicBlock { }
23
-
24
class SourceVariable = LocalScopeVariable;
25
26
/**
0 commit comments