Remove output_command_const
authorTom Tromey <tom@tromey.com>
Mon, 21 May 2018 19:28:16 +0000 (13:28 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 21 May 2018 19:29:10 +0000 (13:29 -0600)
commit122b53ea6a99c8811fb9cb84869b949b1ac55b22
tree786769bb4e207268dc60bc7f39d038f1b57e7747
parentbc18fbb575437dd10089ef4619e46c0b9a93097d
Remove output_command_const

I happened to notice that output_command_const still exists, but is
not needed any more -- commands are always const-correct now.  This
patch removes this leftover.

2018-05-21  Tom Tromey  <tom@tromey.com>

* printcmd.c (output_command): Remove.
(output_command_const): Rename to output_command.
* valprint.h (output_command): Rename from output_command_const.
* tracepoint.c (trace_dump_actions): Call output_command.
gdb/ChangeLog
gdb/printcmd.c
gdb/tracepoint.c
gdb/valprint.h
This page took 0.030603 seconds and 4 git commands to generate.