diff options
author | Tom Tromey <tom@tromey.com> | 2016-06-06 13:45:59 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2016-07-14 10:35:39 -0600 |
commit | 764c99c18adcdf658b390f25940aed7713a6a769 (patch) | |
tree | 9c8cd566efb72733fd9f188cd40456d78c6fd0a7 /gdb/ChangeLog | |
parent | cecc8b99060bf82632345bd1c07d50c7ae8d81ef (diff) | |
download | gdb-764c99c18adcdf658b390f25940aed7713a6a769.zip gdb-764c99c18adcdf658b390f25940aed7713a6a769.tar.gz gdb-764c99c18adcdf658b390f25940aed7713a6a769.tar.bz2 |
Remove some unused overlay code
This patch removes some unneeded initializations in overlay code in
symfile.c. It also deletes some old commented-out code.
2016-07-14 Tom Tromey <tom@tromey.com>
* symfile.c (simple_overlay_update_1): Remove initialization
of "size", and commented-out code.
(simple_overlay_update): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6961383..f70a2bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2016-07-14 Tom Tromey <tom@tromey.com> + * symfile.c (simple_overlay_update_1): Remove initialization + of "size", and commented-out code. + (simple_overlay_update): Likewise. + +2016-07-14 Tom Tromey <tom@tromey.com> + * tui/tui-winsource.c (tui_show_source_line): Use getcurx. * tui/tui-io.c (tui_puts): Use getcurx. (tui_redisplay_readline): Likewise. |