Index: src/crankshaft/hydrogen.h |
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h |
index d01958456d7a64ef3361d25f2d68fe6e9d854593..c0250dbb8ec8e790882069567f53ec3e766d15e8 100644 |
--- a/src/crankshaft/hydrogen.h |
+++ b/src/crankshaft/hydrogen.h |
@@ -1834,20 +1834,6 @@ class HGraphBuilder { |
HValue* length, |
HValue* capacity); |
- HValue* BuildCloneShallowArrayCow(HValue* boilerplate, |
- HValue* allocation_site, |
- AllocationSiteMode mode, |
- ElementsKind kind); |
- |
- HValue* BuildCloneShallowArrayEmpty(HValue* boilerplate, |
- HValue* allocation_site, |
- AllocationSiteMode mode); |
- |
- HValue* BuildCloneShallowArrayNonEmpty(HValue* boilerplate, |
- HValue* allocation_site, |
- AllocationSiteMode mode, |
- ElementsKind kind); |
- |
HValue* BuildElementIndexHash(HValue* index); |
void BuildCreateAllocationMemento(HValue* previous_object, |