| Index: src/heap.h
 | 
| diff --git a/src/heap.h b/src/heap.h
 | 
| index c8ccb7fd48c84cb80854c6e3c5abb1ef154c5dfd..d2d69618934f3eb7799423a1ecec2941ce750bd3 100644
 | 
| --- a/src/heap.h
 | 
| +++ b/src/heap.h
 | 
| @@ -1416,14 +1416,6 @@ class Heap {
 | 
|    // Print short heap statistics.
 | 
|    void PrintShortHeapStatistics();
 | 
|  
 | 
| -  // Makes a new internalized string object
 | 
| -  // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
 | 
| -  // failed.
 | 
| -  // Please note this function does not perform a garbage collection.
 | 
| -  MUST_USE_RESULT MaybeObject* CreateInternalizedString(
 | 
| -      const char* str, int length, int hash);
 | 
| -  MUST_USE_RESULT MaybeObject* CreateInternalizedString(String* str);
 | 
| -
 | 
|    // Write barrier support for address[offset] = o.
 | 
|    INLINE(void RecordWrite(Address address, int offset));
 | 
|  
 | 
| 
 |