Remove eval_op_string
authorTom Tromey <tromey@adacore.com>
Tue, 8 Mar 2022 16:47:39 +0000 (09:47 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 16 Mar 2022 15:28:12 +0000 (09:28 -0600)
commit16b6c361546c74aa10287fb88cf0c47c536f9eb3
tree76b56fa8a4d045e9d6c9040148c377ad7c4e1b42
parent879f2aae39e07aac6df72d8c6e25e2b6183fb0e6
Remove eval_op_string

eval_op_string is only used in a single place -- the implementation of
string_operation.  This patch turns it into the
string_operation::evaluate method, removing a bit of extraneous code.
gdb/eval.c
gdb/expop.h