Issue #2142 - Remove the temporary fields option

Now that everything is finished, we don't need the feature flag any more.
This commit is contained in:
Martok 2023-05-01 00:57:45 +02:00 committed by roytam1
commit ba9647a12a
4 changed files with 0 additions and 13 deletions

View file

@ -3873,7 +3873,6 @@ JS::TransitiveCompileOptions::copyPODTransitiveOptions(const TransitiveCompileOp
forceAsync = rhs.forceAsync;
installedFile = rhs.installedFile;
sourceIsLazy = rhs.sourceIsLazy;
fieldsEnabledOption = rhs.fieldsEnabledOption;
introductionType = rhs.introductionType;
introductionLineno = rhs.introductionLineno;
introductionOffset = rhs.introductionOffset;