mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
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:
parent
1fac189aea
commit
ba9647a12a
4 changed files with 0 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue