| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index ca9c1e6a03b132ef079c302b431de9e9936cfc8c..7e9cb4751634d68935403f26bf2d623a7e554c73 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -737,9 +737,6 @@ class Heap {
|
| MUST_USE_RESULT MaybeObject* AllocatePartialMap(InstanceType instance_type,
|
| int instance_size);
|
|
|
| - // Allocate a map for the specified function
|
| - MUST_USE_RESULT MaybeObject* AllocateInitialMap(JSFunction* fun);
|
| -
|
| // Allocates an empty code cache.
|
| MUST_USE_RESULT MaybeObject* AllocateCodeCache();
|
|
|
|
|