Remove use of op_string
authorTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:27:57 +0000 (07:27 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:28:36 +0000 (07:28 -0700)
commitb0f9164cc6d738db3a71c1ea83aa6567f0387bca
treea5223772e2ce0c8c8ddeb616ce2c57e6d01a6f7d
parenta88c43542dfa0eb5606613cb8ac249bdb1d61b13
Remove use of op_string

After switching to the new expression implementation, there will no
need for op_string.  Before deleting it, the one call outside of the
expression-printing code must be removed.  That is what this patch
does.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

* ada-lang.c (ada_value_binop): Do not use op_string.
gdb/ChangeLog
gdb/ada-lang.c