From: Mark Kettenis Date: Sun, 15 Aug 2004 12:08:49 +0000 (+0000) Subject: * solib-osf.c (osf_current_sos): Remove unsused label. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61ad16d19e8a98608352f721518b750eed6440a6;p=binutils-gdb.git * solib-osf.c (osf_current_sos): Remove unsused label. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7de45e49acc..18dfe0ea96d 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 b5dca60750d..a4c1406a255 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; }