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 | dcd434cec04d1172d412b83b2b8de071dc5d4a8e (patch) | |
tree | 74a8b3c0fd11ec72d930ba870c63af7aa891e7b2 /gdb/solib-osf.c | |
parent | 14b947f433d211a09245f30accfced1f17069569 (diff) | |
download | gdb-dcd434cec04d1172d412b83b2b8de071dc5d4a8e.tar.gz |
* 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 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; } |