mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Drop experimental flag
This commit is contained in:
parent
23c2bc2b9b
commit
56c15c8bfb
@ -31,7 +31,6 @@ enum class ExperimentalFeature
|
||||
{
|
||||
ABIEncoderV2, // new ABI encoder that makes use of Yul
|
||||
SMTChecker,
|
||||
Stdlib,
|
||||
Test,
|
||||
TestOnlyAnalysis
|
||||
};
|
||||
@ -47,7 +46,6 @@ static std::map<std::string, ExperimentalFeature> const ExperimentalFeatureNames
|
||||
{
|
||||
{ "ABIEncoderV2", ExperimentalFeature::ABIEncoderV2 },
|
||||
{ "SMTChecker", ExperimentalFeature::SMTChecker },
|
||||
{ "stdlib", ExperimentalFeature::Stdlib },
|
||||
{ "__test", ExperimentalFeature::Test },
|
||||
{ "__testOnlyAnalysis", ExperimentalFeature::TestOnlyAnalysis },
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user