Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 2c6f60937c93ce691f0adc5865a89431adf55ebf..880494c7d77266c26af0ca7b6702ed23863f2838 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2161,7 +2161,6 @@ class LStoreNamedField V8_FINAL : public LTemplateInstruction<0, 2, 1> { |
virtual void PrintDataTo(StringStream* stream) V8_OVERRIDE; |
- Handle<Map> transition() const { return hydrogen()->transition_map(); } |
Representation representation() const { |
return hydrogen()->field_representation(); |
} |
@@ -2748,9 +2747,6 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase { |
void Abort(BailoutReason reason); |
- // Methods for code dependencies. |
- void AddDeprecationDependency(Handle<Map> map); |
- |
// Methods for getting operands for Use / Define / Temp. |
LUnallocated* ToUnallocated(Register reg); |
LUnallocated* ToUnallocated(DoubleRegister reg); |