| Index: src/compiler/code-stub-assembler.h
 | 
| diff --git a/src/compiler/code-stub-assembler.h b/src/compiler/code-stub-assembler.h
 | 
| index b73c723eaa4fcd4fd01d21611443d0edd1dc7469..0e3bfaff05256ec5c1648f24fd4ec7884655ba94 100644
 | 
| --- a/src/compiler/code-stub-assembler.h
 | 
| +++ b/src/compiler/code-stub-assembler.h
 | 
| @@ -340,8 +340,6 @@
 | 
|  
 | 
|    // Load the hash field of a name.
 | 
|    Node* LoadNameHash(Node* name);
 | 
| -  // Load the instance size of a Map.
 | 
| -  Node* LoadMapInstanceSize(Node* map);
 | 
|  
 | 
|    // Load an array element from a FixedArray.
 | 
|    Node* LoadFixedArrayElementInt32Index(Node* object, Node* int32_index,
 | 
| 
 |