| Index: src/full-codegen/mips64/full-codegen-mips64.cc
|
| diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| index 64ffa2ffff2221dd2eaa89e24365ef91c63ad8f2..83592578da9c815baa8c20906324bb2437a7498c 100644
|
| --- a/src/full-codegen/mips64/full-codegen-mips64.cc
|
| +++ b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| @@ -876,14 +876,6 @@ void FullCodeGenerator::DeclareGlobals(Handle<FixedArray> pairs) {
|
| }
|
|
|
|
|
| -void FullCodeGenerator::DeclareModules(Handle<FixedArray> descriptions) {
|
| - // Call the runtime to declare the modules.
|
| - __ Push(descriptions);
|
| - __ CallRuntime(Runtime::kDeclareModules);
|
| - // Return value is ignored.
|
| -}
|
| -
|
| -
|
| void FullCodeGenerator::VisitSwitchStatement(SwitchStatement* stmt) {
|
| Comment cmnt(masm_, "[ SwitchStatement");
|
| Breakable nested_statement(this, stmt);
|
|
|