| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 8f92149aa65fd45b8ead4719f0e9718c0193b735..707df6c7bbbb62a256a7cd9035557de3092784f7 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -376,8 +376,6 @@ class StubCompiler BASE_EMBEDDED {
|
| Label* miss,
|
| PrototypeCheckType check = CHECK_ALL_MAPS);
|
|
|
| - void GenerateBooleanCheck(Register object, Label* miss);
|
| -
|
| static void GenerateFastApiCall(MacroAssembler* masm,
|
| const CallOptimization& optimization,
|
| Handle<Map> receiver_map,
|
|
|