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 /gdb/solib-osf.c | |
parent | 00b51b9f522fe9f3ef77b65855f1fb36221073bb (diff) | |
download | gdb-61ad16d19e8a98608352f721518b750eed6440a6.zip gdb-61ad16d19e8a98608352f721518b750eed6440a6.tar.gz gdb-61ad16d19e8a98608352f721518b750eed6440a6.tar.bz2 |
* solib-osf.c (osf_current_sos): Remove unsused label.
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r-- | gdb/solib-osf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |