commit | 4bea97df59d505e1e74876b94cd3f99a42f742d9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Aug 29 10:51:33 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Aug 31 10:56:07 2023 -0600 |
tree | 3384ba06b8af21bbcd0d7dabbacbe0dc575d8a84 | |
parent | 79771b88bf22d7b4499363ba8a2dbd6a534deb98 [diff] |
Remove eval_op_ternop eval_op_ternop is only used by the implementation of ternop_slice_operation. While working on another series, it was convenient for me to merge this function into its only caller. Reviewed-by: Kevin Buettner <kevinb@redhat.com>