Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 0d01bfd5b108128ef7797a7f47c23067d9f12cc4..fed5f6d77df97019231583fb32c44ca55f7ae593 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2147,9 +2147,6 @@ class LStoreNamedField: public LTemplateInstruction<0, 2, 1> { |
virtual void PrintDataTo(StringStream* stream); |
- Handle<Object> name() const { return hydrogen()->name(); } |
- bool is_in_object() { return hydrogen()->is_in_object(); } |
- int offset() { return hydrogen()->offset(); } |
Handle<Map> transition() const { return hydrogen()->transition(); } |
Representation representation() const { |
return hydrogen()->field_representation(); |