| Index: src/stub-cache.cc
 | 
| ===================================================================
 | 
| --- src/stub-cache.cc	(revision 5173)
 | 
| +++ src/stub-cache.cc	(working copy)
 | 
| @@ -822,13 +822,6 @@
 | 
|  // StubCompiler implementation.
 | 
|  
 | 
|  
 | 
| -// Support function for computing call IC miss stubs.
 | 
| -Handle<Code> ComputeCallMiss(int argc, Code::Kind kind) {
 | 
| -  CALL_HEAP_FUNCTION(StubCache::ComputeCallMiss(argc, kind), Code);
 | 
| -}
 | 
| -
 | 
| -
 | 
| -
 | 
|  Object* LoadCallbackProperty(Arguments args) {
 | 
|    ASSERT(args[0]->IsJSObject());
 | 
|    ASSERT(args[1]->IsJSObject());
 | 
| 
 |