remove implicitDeref feature enum (#21075)

remove implicitDeref feature
This commit is contained in:
ringabout
2022-12-12 22:59:09 +08:00
committed by GitHub
parent fd7da7da62
commit 584cfa6af8

View File

@@ -196,7 +196,6 @@ type
ideRecompile, ideChanged, ideType, ideDeclaration
Feature* = enum ## experimental features; DO NOT RENAME THESE!
implicitDeref, # deadcode; remains here for backwards compatibility
dotOperators,
callOperator,
parallel,
@@ -457,7 +456,7 @@ when false:
fn(globalOptions)
fn(selectedGC)
const oldExperimentalFeatures* = {implicitDeref, dotOperators, callOperator, parallel}
const oldExperimentalFeatures* = {dotOperators, callOperator, parallel}
const
ChecksOptions* = {optObjCheck, optFieldCheck, optRangeCheck,