[Chapel Merge] Remove two more deprecated features

Branch: refs/heads/master
Revision: 43d3956
Author: mppf
Log Message:

Merge pull request #16559 from mppf/remove-more-deprecated

Remove two more deprecated features

  • casts from c_void_ptr to non-nilable
  • domain.member and range.member

Reviewed by @vasslitvinov - thanks!

  • [x] full local testing

Modified Files:
A test/types/cptr/c-void-ptr-non-nilable-cast-1.chpl
A test/types/cptr/c-void-ptr-non-nilable-cast-1.good
A test/types/cptr/c-void-ptr-non-nilable-cast-2.chpl
A test/types/cptr/c-void-ptr-non-nilable-cast-2.good
R test/deprecated/c-void-ptr-non-nilable-casts.chpl
R test/deprecated/c-void-ptr-non-nilable-casts.good
R test/deprecated/domain-range-member.chpl
R test/deprecated/domain-range-member.good
M modules/internal/ChapelArray.chpl
M modules/internal/ChapelRange.chpl
M modules/standard/CPtr.chpl

Compare: https://github.com/chapel-lang/chapel/compare/1ff8a26e5346...43d3956a1e99