remove unused flags (#18415)

* remove unused flag

* remove also unused package metadata flag
This commit is contained in:
Paul Brauner 2024-02-08 09:22:50 +01:00 committed by GitHub
parent ff5d3acf90
commit 743961bf0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,6 @@ object LanguageVersion {
object Features {
val default = v2_1
val anyType = v2_1
val typeRep = v2_1
val packageMetadata = v2_1
val bigNumeric = v2_1
val exceptions = v2_1
val packageUpgrades = v2_1