| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index a32db2c9863aabef3ac81994209d9eb322fb6220..237f9de76e1f7a2f30596c81806371fa56ade019 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -900,10 +900,6 @@ class Runtime : public AllStatic {
|
| ElementsKind* fixed_elements_kind,
|
| size_t *element_size);
|
|
|
| - // Helper functions used stubs.
|
| - static void PerformGC(Object* result, Isolate* isolate);
|
| - static void OutOfMemory();
|
| -
|
| // Used in runtime.cc and hydrogen's VisitArrayLiteral.
|
| MUST_USE_RESULT static MaybeHandle<Object> CreateArrayLiteralBoilerplate(
|
| Isolate* isolate,
|
|
|