Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1b1657

Browse files
committed
C++: Remove unused abstract predicate
1 parent de142b2 commit e1b1657

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,8 +1450,6 @@ class TranslatedAssignExpr extends TranslatedNonConstantExpr {
14501450
result = this.getLeftOperand().getResult()
14511451
}
14521452

1453-
abstract Instruction getStoredValue();
1454-
14551453
final TranslatedExpr getLeftOperand() {
14561454
result = getTranslatedExpr(expr.getLValue().getFullyConverted())
14571455
}

0 commit comments

Comments
 (0)