Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 920ea0cb9205f3a27c0b551b37cc0753c9cf640f..7397c81221c5da8b15374068a57093cd23caed61 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -2065,9 +2065,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(); |