| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 30ec1411e63303ac688a49e9814383064d30288b..ef3679ecae87544e136b9abba65548e6c9af9752 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -939,8 +939,6 @@ class HGraphBuilder {
|
| KeyedAccessStoreMode store_mode,
|
| Representation checked_index_representation = Representation::None());
|
|
|
| - HInstruction* BuildFastArrayLengthLoad(HValue* object, HValue* typecheck);
|
| -
|
| HInstruction* BuildStoreMap(HValue* object, HValue* map, BailoutId id);
|
| HInstruction* BuildStoreMap(HValue* object, Handle<Map> map, BailoutId id);
|
|
|
|
|