Index: src/code-stubs-hydrogen.cc |
diff --git a/src/code-stubs-hydrogen.cc b/src/code-stubs-hydrogen.cc |
index 2fab578b9b34e1b97109dab8c308d996ed401df3..c8fc1f9b0a123135199766fd66eb64b34c1c34ef 100644 |
--- a/src/code-stubs-hydrogen.cc |
+++ b/src/code-stubs-hydrogen.cc |
@@ -667,12 +667,6 @@ HValue* CodeStubGraphBuilder<CreateAllocationSiteStub>::BuildCodeStub() { |
AllocationSite::kPretenureDataOffset), |
graph()->GetConstant0()); |
- // Pretenuring memento creation count field. |
- Add<HStoreNamedField>(object, |
- HObjectAccess::ForAllocationSiteOffset( |
- AllocationSite::kPretenureCreateCountOffset), |
- graph()->GetConstant0()); |
- |
// Store an empty fixed array for the code dependency. |
HConstant* empty_fixed_array = |
Add<HConstant>(isolate()->factory()->empty_fixed_array()); |