Skip to content

Commit e5e8843

Browse files
committed
Java: Remove ExitBasicBlock from SsaInput
1 parent 6fbb1e2 commit e5e8843

File tree

1 file changed

+0
-4
lines changed
  • java/ql/lib/semmle/code/java/dataflow/internal

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ private module SsaInput implements SsaImplCommon::InputSig<Location> {
175175

176176
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.getABBSuccessor() }
177177

178-
class ExitBasicBlock extends BasicBlock {
179-
ExitBasicBlock() { not exists(this.getABBSuccessor()) }
180-
}
181-
182178
class SourceVariable = SsaSourceVariable;
183179

184180
/**

0 commit comments

Comments
 (0)