Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index 2cb8e3ff764e4d27fad79ef69f8e3bacb676a550..2ee0c2df17e0f4005694475a68e9a30ebadd9262 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -1503,9 +1503,6 @@ void V8HeapExplorer::ExtractCodeReferences(int entry, Code* code) { |
SetInternalReference(code, entry, |
"gc_metadata", code->gc_metadata(), |
Code::kGCMetadataOffset); |
- SetInternalReference(code, entry, |
- "constant_pool", code->constant_pool(), |
- Code::kConstantPoolOffset); |
if (code->kind() == Code::OPTIMIZED_FUNCTION) { |
SetWeakReference(code, entry, |
"next_code_link", code->next_code_link(), |