| Index: src/objects-inl.h
 | 
| diff --git a/src/objects-inl.h b/src/objects-inl.h
 | 
| index c2dc7504d2d543e1f08397d9bf27473c3d0cf628..89abe5043358c14642512f8d677104151b72a2d5 100644
 | 
| --- a/src/objects-inl.h
 | 
| +++ b/src/objects-inl.h
 | 
| @@ -4970,12 +4970,6 @@ bool JSFunction::IsMarkedForLazyRecompilation() {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -bool JSFunction::IsMarkedForInstallingRecompiledCode() {
 | 
| -  return code() == GetIsolate()->builtins()->builtin(
 | 
| -      Builtins::kInstallRecompiledCode);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  bool JSFunction::IsMarkedForConcurrentRecompilation() {
 | 
|    return code() == GetIsolate()->builtins()->builtin(
 | 
|        Builtins::kConcurrentRecompile);
 | 
| 
 |