[Chapel Merge] Remove the deprecated SysError module

Branch: refs/heads/main
Revision: fc59776
Author: daviditen
Link: Remove the deprecated SysError module by daviditen · Pull Request #20740 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20740 from daviditen/delete-deprecated-module-SysError

Remove the deprecated SysError module

[reviewed by @lydia-duncan, thanks!]

Remove the deprecated SysError module and deprecation test. Remove it from the modules makefile and the documentation module lists.

This required something like "make clean" to get docs to build without SysError.

Modified Files:
R modules/standard/SysError.chpl

R test/deprecated/testSysError.chpl
R test/deprecated/testSysError.good
M doc/rst/meta/modules/standard.rst
M modules/Makefile

Compare: https://github.com/chapel-lang/chapel/compare/f43cf8781eae...fc59776c7a45