diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-11 14:24:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-11 14:24:24 +0000 |
commit | 828cd292ea8c751b9e977f74be2ab3773939a977 (patch) | |
tree | 86a6906f145cfe2110274335f951f446644faa6c /gdb/ChangeLog | |
parent | d4db2f362ffff0e4a55e2e0c5382204e3e59a476 (diff) | |
download | gdb-828cd292ea8c751b9e977f74be2ab3773939a977.zip gdb-828cd292ea8c751b9e977f74be2ab3773939a977.tar.gz gdb-828cd292ea8c751b9e977f74be2ab3773939a977.tar.bz2 |
* symtab.c (append_expanded_sal): Remove unused local variables.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b296122..030d14e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2009-06-11 Pedro Alves <pedro@codesourcery.com> + * symtab.c (append_expanded_sal): Remove unused local variables. + +2009-06-11 Pedro Alves <pedro@codesourcery.com> + * infrun.c (sched_multi): New global. (resume): If sched_multi is set, resume only threads of the current inferior. |