Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index d40c160ad1b1daacddb73c2c88e0f4799911f5af..e51afde9a2a582c39006600e6d0bb0727cfcafe3 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -412,10 +412,6 @@ class Factory final { |
PretenureFlag pretenure = NOT_TENURED, |
Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null()); |
- // JS modules are pretenured. |
- Handle<JSModule> NewJSModule(Handle<Context> context, |
- Handle<ScopeInfo> scope_info); |
- |
// JS arrays are pretenured when allocated by the parser. |
// Create a JSArray with a specified length and elements initialized |