Skip to content

Commit 6909792

Browse files
committed
PS: Also get rid of an easy-to-fix SSA warning.
1 parent efb43bc commit 6909792

File tree

1 file changed

+0
-2
lines changed
  • powershell/ql/lib/semmle/code/powershell/dataflow/internal

1 file changed

+0
-2
lines changed

powershell/ql/lib/semmle/code/powershell/dataflow/internal/SsaImpl.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ module SsaInput implements SsaImplCommon::InputSig<Location> {
1919

2020
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getASuccessor() }
2121

22-
class ExitBasicBlock extends BasicBlock, BasicBlocks::ExitBasicBlock { }
23-
2422
class SourceVariable = LocalScopeVariable;
2523

2624
/**

0 commit comments

Comments
 (0)