C++: Remove unused abstract predicate

This commit is contained in:
Jeroen Ketema
2022-08-11 15:46:23 +02:00
parent de142b276d
commit e1b1657cdd

View File

@@ -1450,8 +1450,6 @@ class TranslatedAssignExpr extends TranslatedNonConstantExpr {
result = this.getLeftOperand().getResult()
}
abstract Instruction getStoredValue();
final TranslatedExpr getLeftOperand() {
result = getTranslatedExpr(expr.getLValue().getFullyConverted())
}