mirror of
https://github.com/github/codeql.git
synced 2026-04-13 19:14:04 +02:00
Java: Remove ExitBasicBlock from SsaInput
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user