Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 3952) |
+++ src/heap.h (working copy) |
@@ -345,9 +345,6 @@ |
// Allocate a map for the specified function |
static Object* AllocateInitialMap(JSFunction* fun); |
- // Allocates an empty code cache. |
- static Object* AllocateCodeCache(); |
- |
// Allocates and fully initializes a String. There are two String |
// encodings: ASCII and two byte. One should choose between the three string |
// allocation functions based on the encoding of the string buffer used to |