| Index: src/heap/objects-visiting.h
|
| diff --git a/src/heap/objects-visiting.h b/src/heap/objects-visiting.h
|
| index d2e67565d284c06d5abc20e3da7ff22678cfb39f..6d7b486b5d07a8a39488543d7d09e0fff042be6a 100644
|
| --- a/src/heap/objects-visiting.h
|
| +++ b/src/heap/objects-visiting.h
|
| @@ -383,10 +383,6 @@ class StaticMarkingVisitor : public StaticVisitorBase {
|
| static void MarkMapContents(Heap* heap, Map* map);
|
| static void MarkTransitionArray(Heap* heap, TransitionArray* transitions);
|
|
|
| - // 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);
|
| -
|
| // Mark non-optimized code for functions inlined into the given optimized
|
| // code. This will prevent it from being flushed.
|
| static void MarkInlinedFunctionsCode(Heap* heap, Code* code);
|
|
|