* solib-osf.c (osf_current_sos): Remove unsused label.

This commit is contained in:
Mark Kettenis 2004-08-15 12:08:49 +00:00
parent 00b51b9f52
commit 61ad16d19e
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -554,7 +554,6 @@ osf_current_sos (void)
tail->next = NULL;
}
done:
close_map (&ctxt);
return head;
}