| Index: src/full-codegen/mips/full-codegen-mips.cc
|
| diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc
|
| index 37187e5d5f4f3bd240ca5291e5d99be94e8a2fff..9516370a2428de7b0e408722ac646f9cdbdadb6f 100644
|
| --- a/src/full-codegen/mips/full-codegen-mips.cc
|
| +++ b/src/full-codegen/mips/full-codegen-mips.cc
|
| @@ -877,14 +877,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);
|
|
|