Remove host_hex_value
authorTom Tromey <tromey@adacore.com>
Thu, 3 Feb 2022 18:45:59 +0000 (11:45 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 4 Feb 2022 14:37:22 +0000 (07:37 -0700)
commit2b531492447d10de27e6210117509097f6cbc9e0
tree5e08243a39a075762c852e656563a6c3faf62b38
parentfd3c53675c01472caaa4eb976781b9d6d2d3c53d
Remove host_hex_value

I noticed that host_hex_value is redundant, because gdbsupport already
has fromhex.  This patch removes the former in favor of the latter.

Regression tested on x86-64 Fedora 34.
gdb/c-lang.c
gdb/charset.c
gdb/charset.h
gdb/mi/mi-parse.c
gdb/python/py-objfile.c
gdb/utils.c