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 ca970515d877402a7b04f5141df6425e2bfb3b4b..219faa44370a0236b579c8ae90b0c171570f1897 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); |