| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index ac74162962229ccac9ff4c84c399d4903e6e1d68..441c6ef4e4b7ff222097d90c0021eeb19e5be298 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5829,9 +5829,6 @@ class SharedFunctionInfo: public HeapObject {
|
| // Trims the optimized code map after entries have been removed.
|
| void TrimOptimizedCodeMap(int shrink_by);
|
|
|
| - // Zaps the contents of backing optimized code map.
|
| - void ZapOptimizedCodeMap();
|
| -
|
| // Add a new entry to the optimized code map.
|
| MUST_USE_RESULT MaybeObject* AddToOptimizedCodeMap(Context* native_context,
|
| Code* code,
|
|
|