[Chapel Merge] Remove some deprecated IO functions (tryGetPath, u

Branch: refs/heads/main
Revision: 1bf548b
Author: benharsh
Link: Remove some deprecated IO functions (tryGetPath, unlink, getchunk) by benharsh · Pull Request #20716 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20716 from benharsh/remove-misc-io

Remove some deprecated IO functions (tryGetPath, unlink, getchunk)

This PR removes the recently-deprecated IO functions tryGetPath, unlink, and getchunk. Relevant tests have been updated.

[reviewed-by @jhh67]

Modified Files:
R test/deprecated/IO/getchunk.chpl

R test/deprecated/IO/getchunk.good
R test/deprecated/IO/getchunk.txt
R test/deprecated/IO/tryGetPath.chpl
R test/deprecated/IO/tryGetPath.good
R test/deprecated/IO/unlink.chpl
R test/deprecated/IO/unlink.good
M modules/standard/IO.chpl
M test/deprecated/IO/localesForRegion.good

Compare: https://github.com/chapel-lang/chapel/compare/d073306f13cd...1bf548b356ac