| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index b928cd01dc8de2f47537c4fca88d6c8acc375be8..00bbdfd40bcc7d0a013598ffb8c7ed747c2bf7dd 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -636,13 +636,6 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolDescription) {
|
| }
|
|
|
|
|
| -RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolRegistry) {
|
| - SealHandleScope shs(isolate);
|
| - ASSERT(args.length() == 0);
|
| - return isolate->heap()->symbol_registry();
|
| -}
|
| -
|
| -
|
| RUNTIME_FUNCTION(MaybeObject*, Runtime_SymbolIsPrivate) {
|
| SealHandleScope shs(isolate);
|
| ASSERT(args.length() == 1);
|
|
|