Index: src/full-codegen/arm/full-codegen-arm.cc |
diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc |
index 6a69684f20c22a9cb7e9028a0ba43193b4eae53f..121a72219bb627b653841f83fe89f5305fefb76c 100644 |
--- a/src/full-codegen/arm/full-codegen-arm.cc |
+++ b/src/full-codegen/arm/full-codegen-arm.cc |
@@ -880,14 +880,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); |