Remove mem2hex
authorTom Tromey <tom@tromey.com>
Mon, 19 Jun 2023 17:53:10 +0000 (11:53 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 20 Jun 2023 17:00:19 +0000 (11:00 -0600)
commit90db289d0d0f36d993788c9218bd1616f792eb08
tree81b1e9e6b4e31226c40928e2fbc3d9913779b538
parentc7face14225296a2f5d3ebeb8ace88c166d80c3e
Remove mem2hex

tracepoint.c has a 'mem2hex' function that is functionally equivalent
to bin2hex.  This patch removes the redundancy.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/tracepoint.c