summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-06-23 17:11:24 +0200
committerAndreas Schwab <schwab@suse.de>2014-06-23 17:15:37 +0200
commit7a81cbcc3968fa8549f17ef64bd01d8112d0bbe5 (patch)
tree3b797fd5566ea3c81aadbbc67e610fe5069b6e2c /nptl
parentdb22400947e1c82153e5270d23fed53fc1e3a659 (diff)
Remove unused label
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/mq_notify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/mq_notify.c b/nptl/sysdeps/unix/sysv/linux/mq_notify.c
index 6893d8ced8..d50a9f2d57 100644
--- a/nptl/sysdeps/unix/sysv/linux/mq_notify.c
+++ b/nptl/sysdeps/unix/sysv/linux/mq_notify.c
@@ -209,7 +209,6 @@ init_mq_netlink (void)
if (err != 0)
{
- errout:
close_not_cancel_no_status (netlink_socket);
netlink_socket = -1;
}