diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-11-28 21:58:06 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2008-11-28 21:58:06 +0000 |
commit | 8d90eea3144dbab4cf39115c936f249460498836 (patch) | |
tree | 993d4b81c92948acf8eeeb1eed4a75db69f948b4 | |
parent | 395e83452153d1926f8231958ae4b421db952532 (diff) | |
download | gdb-8d90eea3144dbab4cf39115c936f249460498836.zip gdb-8d90eea3144dbab4cf39115c936f249460498836.tar.gz gdb-8d90eea3144dbab4cf39115c936f249460498836.tar.bz2 |
2008-11-25 monitor.c (monitor_insert_breakpoint): Remove, already in log before.
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 843c194..fb1c592 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -60,7 +60,6 @@ (template_encoding_table): Make it `const'. * breakpoint.c (bp_loc_is_permanent): Support unsupported software breakpoints. New variables `cleanup' and `retval'. - * monitor.c (monitor_insert_breakpoint): Remove unused variable `bp'. 2008-11-24 Tom Tromey <tromey@redhat.com> |