| Index: src/compiler/common-node-cache.cc
|
| diff --git a/src/compiler/common-node-cache.cc b/src/compiler/common-node-cache.cc
|
| index 8a041f3d4ff24632ac7f81947b697eb346619756..a0ae6e8ad74e3df87e18b06cc3e74b7f0de3faee 100644
|
| --- a/src/compiler/common-node-cache.cc
|
| +++ b/src/compiler/common-node-cache.cc
|
| @@ -29,8 +29,6 @@
|
| external_constants_.GetCachedNodes(nodes);
|
| number_constants_.GetCachedNodes(nodes);
|
| heap_constants_.GetCachedNodes(nodes);
|
| - relocatable_int32_constants_.GetCachedNodes(nodes);
|
| - relocatable_int64_constants_.GetCachedNodes(nodes);
|
| }
|
|
|
| } // namespace compiler
|
|
|