| commit | b47331bf901065e051d6490105a61e677cafc451 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Tue Aug 29 09:14:01 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Tue Aug 29 13:36:55 2023 -0600 |
| tree | c6fd7f523e1f1aecb574085d6e7965358aa6fb60 | |
| parent | 8b2ac9b21649a9c7f9edecfd817e9d10f20158c0 [diff] |
Remove "highbound" parameter from value_array value_array requires the passed-in bounds to match the length of the array_view it is given. This patch removes the redundant "highbound" parameter. Reviewed-by: John Baldwin <jhb@FreeBSD.org> Approved-By: Simon Marchi <simon.marchi@efficios.com>