chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 413 forks source link

Remove no longer needed deprecation support #24996

Closed vasslitvinov closed 1 month ago

vasslitvinov commented 1 month ago

This PR removes code that was added temporarily in #22059 to support deprecation of the enum BoundedRangeType. The latter has been removed in #24136, so this this code is no longer needed.

Suggested by @mppf .