diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-15 12:08:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-15 12:08:49 +0000 |
commit | 61ad16d19e8a98608352f721518b750eed6440a6 (patch) | |
tree | 8885b1b3f49ed39bea630c9264d421718fe23cc4 | |
parent | 00b51b9f522fe9f3ef77b65855f1fb36221073bb (diff) | |
download | gdb-61ad16d19e8a98608352f721518b750eed6440a6.zip gdb-61ad16d19e8a98608352f721518b750eed6440a6.tar.gz gdb-61ad16d19e8a98608352f721518b750eed6440a6.tar.bz2 |
* solib-osf.c (osf_current_sos): Remove unsused label.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/solib-osf.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7de45e4..18dfe0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2004-08-15 Mark Kettenis <kettenis@gnu.org> + * solib-osf.c (osf_current_sos): Remove unsused label. + * configure.in: Add <ncurses/ncurses.h> to the list of possible curses headers. * configure, config.in: Regenerate. diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index b5dca60..a4c1406 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -554,7 +554,6 @@ osf_current_sos (void) tail->next = NULL; } - done: close_map (&ctxt); return head; } |