Skip to content

Commit

Permalink
Java: Remove ExitBasicBlock from SsaInput
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed Feb 11, 2025
1 parent 6fbb1e2 commit e5e8843
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java/ql/lib/semmle/code/java/dataflow/internal/SsaImpl.qll
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ private module SsaInput implements SsaImplCommon::InputSig<Location> {

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

class ExitBasicBlock extends BasicBlock {
ExitBasicBlock() { not exists(this.getABBSuccessor()) }
}

class SourceVariable = SsaSourceVariable;

/**
Expand Down

0 comments on commit e5e8843

Please sign in to comment.