Index: src/full-codegen/ppc/full-codegen-ppc.cc |
diff --git a/src/full-codegen/ppc/full-codegen-ppc.cc b/src/full-codegen/ppc/full-codegen-ppc.cc |
index 839c914772a3bbf0c1646d27c8c8c3b732aa0f07..05451daea17d6fb3a48a9082d3444b34a6bed323 100644 |
--- a/src/full-codegen/ppc/full-codegen-ppc.cc |
+++ b/src/full-codegen/ppc/full-codegen-ppc.cc |
@@ -838,14 +838,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); |