From 7a81cbcc3968fa8549f17ef64bd01d8112d0bbe5 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 23 Jun 2014 17:11:24 +0200 Subject: [PATCH] Remove unused label --- ChangeLog | 5 +++++ nptl/sysdeps/unix/sysv/linux/mq_notify.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b4f687f35a..bbd0698cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-23 Andreas Schwab + + * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): + Remove unused errout label. + 2014-06-23 Adhemerval Zanella * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New 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; } -- 2.43.5