mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C++: Delete unused predicates.
This commit is contained in:
@@ -118,11 +118,7 @@ private class ScrutineeValueNumber extends ValueNumber {
|
||||
/** Gets an expression that belongs to this value number. */
|
||||
Operand getExpressionOperand() { result = switch.getExpressionOperand() }
|
||||
|
||||
IRType getResultIRType() { result = switch.getExpression().getResultIRType() }
|
||||
|
||||
Instruction getSuccessor(CaseEdge kind) { result = switch.getSuccessor(kind) }
|
||||
|
||||
predicate isGLValue() { switch.getExpression().isGLValue() } // Is this ever true?
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user