Chromium Code Reviews| Index: src/heap/heap.h |
| diff --git a/src/heap/heap.h b/src/heap/heap.h |
| index 561d24cc2ff9e0a6f934c0c969882c4c1d86f3c5..4a1c1f8b1faa90eb5b08f9e3fd9eaab90378dbf6 100644 |
| --- a/src/heap/heap.h |
| +++ b/src/heap/heap.h |
| @@ -1024,10 +1024,6 @@ class Heap { |
| roots_[kMaterializedObjectsRootIndex] = objects; |
| } |
| - void public_set_interpreter_table(FixedArray* table) { |
| - roots_[kInterpreterTableRootIndex] = table; |
| - } |
| - |
| // Generated code can embed this address to get access to the roots. |
| Object** roots_array_start() { return roots_; } |