Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index d25b4553ea62c90df7a9f9db1425db017e977033..57774defd2b48bedac81b340dcef33cea0b6873d 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -87,12 +87,8 @@ namespace interpreter { |
/* Property loads (LoadIC) operations */ \ |
V(LdaNamedProperty, AccumulatorUse::kWrite, OperandType::kReg, \ |
OperandType::kIdx, OperandType::kIdx) \ |
- V(LdrNamedProperty, AccumulatorUse::kNone, OperandType::kReg, \ |
- OperandType::kIdx, OperandType::kIdx, OperandType::kRegOut) \ |
V(LdaKeyedProperty, AccumulatorUse::kReadWrite, OperandType::kReg, \ |
OperandType::kIdx) \ |
- V(LdrKeyedProperty, AccumulatorUse::kRead, OperandType::kReg, \ |
- OperandType::kIdx, OperandType::kRegOut) \ |
\ |
/* Operations on module variables */ \ |
V(LdaModuleVariable, AccumulatorUse::kWrite, OperandType::kImm, \ |