Remove an unused declaration from value.h
authorTom Tromey <tom@tromey.com>
Fri, 25 Mar 2022 19:59:23 +0000 (13:59 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 26 Mar 2022 17:15:12 +0000 (11:15 -0600)
commit9d604701bdd11e4ee153e79e6926983edff1889c
tree182e1a657c4955dd5e7c6fded2029a5aa6cd730d
parent520a6a7e3a4fd4815de824157d53f9c615fe6e0d
Remove an unused declaration from value.h

value.h has a declaration of value_print_array_elements that is
incorrect.  In C, this would have been an error, but in C++ this is a
declaration of an overload that is neither defined nor used.  This
patch removes the declaration.
gdb/value.h