Index: src/full-codegen/ia32/full-codegen-ia32.cc |
diff --git a/src/full-codegen/ia32/full-codegen-ia32.cc b/src/full-codegen/ia32/full-codegen-ia32.cc |
index dd9a087e6a6720b21c4faeba1b717283a1383834..cb408b62a6751b5e9913efd3d81e10ca6420e5db 100644 |
--- a/src/full-codegen/ia32/full-codegen-ia32.cc |
+++ b/src/full-codegen/ia32/full-codegen-ia32.cc |
@@ -821,14 +821,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); |