| Index: src/runtime/runtime-function.cc
 | 
| diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc
 | 
| index 4570e9e68b585c7b75e03989df4f08381f156714..081f092f253d0decee3fbb089be37b28531c1179 100644
 | 
| --- a/src/runtime/runtime-function.cc
 | 
| +++ b/src/runtime/runtime-function.cc
 | 
| @@ -287,14 +287,6 @@ RUNTIME_FUNCTION(Runtime_IsFunction) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -RUNTIME_FUNCTION(Runtime_ThrowStrongModeTooFewArguments) {
 | 
| -  HandleScope scope(isolate);
 | 
| -  DCHECK(args.length() == 0);
 | 
| -  THROW_NEW_ERROR_RETURN_FAILURE(isolate,
 | 
| -                                 NewTypeError(MessageTemplate::kStrongArity));
 | 
| -}
 | 
| -
 | 
| -
 | 
|  RUNTIME_FUNCTION(Runtime_FunctionToString) {
 | 
|    HandleScope scope(isolate);
 | 
|    DCHECK_EQ(1, args.length());
 | 
| 
 |