[Chapel Merge] next: Remove unused helper method for converting i

Branch: refs/heads/main
Revision: 17e106c
Author: dlongnecke-cray
Link: next: Remove unused helper method for converting indexable loops by dlongnecke-cray · Pull Request #18940 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #18940 from dlongnecke-cray/next-fix-intel-cc-unused-function-warning

next: Remove unused helper method for converting indexable loops

This is for compiler/next.

The Intel C++ compiler fails to compile chpl with -Werror due to
an unused function in compiler/passes/convert-uast.cpp. Remove
that function.

Reviewed by @mppf. Thanks!

Signed-off-by: David Longnecker dlongnecke-cray@users.noreply.github.com

Modified Files:
M compiler/passes/convert-uast.cpp

Compare: https://github.com/chapel-lang/chapel/compare/a9f5d5b79eeb...17e106cf143a