From 61ad16d19e8a98608352f721518b750eed6440a6 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 15 Aug 2004 12:08:49 +0000 Subject: [PATCH] * solib-osf.c (osf_current_sos): Remove unsused label. --- gdb/ChangeLog | 2 ++ gdb/solib-osf.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 + * solib-osf.c (osf_current_sos): Remove unsused label. + * configure.in: Add 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; } -- 2.7.4