Remove unused predicate

This commit is contained in:
Chris Smowton
2023-11-24 19:04:46 +00:00
parent e9603f0aba
commit 561f06a4bd

View File

@@ -450,13 +450,6 @@ class SwitchCase extends Stmt, @case {
result = this.getSwitch().getExpr() or result = this.getSwitchExpr().getExpr()
}
/**
* Gets the `i`th case in this case's switch block.
*/
SwitchCase getSiblingCase(int i) {
result = this.getSwitch().getCase(i) or result = this.getSwitchExpr().getCase(i)
}
/**
* Gets this case's ordinal in its switch block.
*/