Chromium Code Reviews| Index: src/x64/fast-codegen-x64.cc |
| diff --git a/src/x64/fast-codegen-x64.cc b/src/x64/fast-codegen-x64.cc |
| index cc7c2f011b2b5c9f727c114ac2b06fcfc44c7bcc..2a82e8b250321a6e5ec395ed99c38e34ff12d374 100644 |
| --- a/src/x64/fast-codegen-x64.cc |
| +++ b/src/x64/fast-codegen-x64.cc |
| @@ -1721,11 +1721,6 @@ void FastCodeGenerator::ExitFinallyBlock() { |
| } |
| -void FastCodeGenerator::ThrowException() { |
| - __ push(result_register()); |
| - __ CallRuntime(Runtime::kThrow, 1); |
| -} |
| - |
| #undef __ |