diff options
author | Tom Tromey <tom@tromey.com> | 2016-09-08 09:49:07 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-09-08 09:50:28 -0600 |
commit | f5c4fcd9712f516e2b5cfb8ad2464f0d5dfcc61b (patch) | |
tree | 3d55540a50441faf2f18cec3bcb36d2b5a7f53f8 /gdb/ChangeLog | |
parent | 8d471ec1e73eea3ff8ff6954283f8f16e7a7bc84 (diff) | |
download | fsf-binutils-gdb-f5c4fcd9712f516e2b5cfb8ad2464f0d5dfcc61b.zip fsf-binutils-gdb-f5c4fcd9712f516e2b5cfb8ad2464f0d5dfcc61b.tar.gz fsf-binutils-gdb-f5c4fcd9712f516e2b5cfb8ad2464f0d5dfcc61b.tar.bz2 |
Remove some unneeded casts from remote.c
I happened to notice a few unneeded casts in remote.c. In some cases
these are no-ops, and in others these cast away const, but in a context
where this is not needed.
I'm checking this in under the obvious rule.
Tested by rebuilding on x86-64 Fedora 24.
2016-09-08 Tom Tromey <tom@tromey.com>
* remote.c (remote_notif_stop_ack, remote_wait_as)
(show_remote_cmd): Remove unneeded casts.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 108528d..e7cc712 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-09-08 Tom Tromey <tom@tromey.com> + + * remote.c (remote_notif_stop_ack, remote_wait_as) + (show_remote_cmd): Remove unneeded casts. + 2016-09-06 Pedro Alves <palves@redhat.com> * top.c (wait_sync_command_done): Don't assume current_ui doesn't |