Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index c89ec1fd0eecf34a2914de0dfcaee70c5ab476c2..0a430964d027a652f5d0c33d498bbea5ca7c2d5c 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -127,7 +127,6 @@ class LCodeGen BASE_EMBEDDED { |
void DoDeferredRandom(LRandom* instr); |
void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr); |
void DoDeferredStringCharFromCode(LStringCharFromCode* instr); |
- void DoDeferredAllocateObject(LAllocateObject* instr); |
void DoDeferredAllocate(LAllocate* instr); |
void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, |
Label* map_check); |