Index: src/heap/objects-visiting.h |
diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h |
index b0343ad7aab4a93195d4644ea98128e205832c8b..1fe8a1749adc1cae356e2c6d30c6943a471142c0 100644 |
--- a/src/heap/objects-visiting.h |
+++ b/src/heap/objects-visiting.h |
@@ -375,10 +375,6 @@ class StaticMarkingVisitor : public StaticVisitorBase { |
// Mark pointers in a Map treating some elements of the descriptor array weak. |
static void MarkMapContents(Heap* heap, Map* map); |
- // Mark pointers in the optimized code map that should act as strong |
- // references, possibly treating some entries weak. |
- static void MarkOptimizedCodeMap(Heap* heap, FixedArray* code_map); |
- |
// Code flushing support. |
INLINE(static bool IsFlushable(Heap* heap, JSFunction* function)); |
INLINE(static bool IsFlushable(Heap* heap, SharedFunctionInfo* shared_info)); |