From: Andreas Schwab Date: Mon, 23 Jun 2014 15:11:24 +0000 (+0200) Subject: Remove unused label X-Git-Tag: glibc-2.20~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a81cbcc3968fa8549f17ef64bd01d8112d0bbe5;p=thirdparty%2Fglibc.git Remove unused label --- diff --git a/ChangeLog b/ChangeLog index b4f687f35a7..bbd0698cd38 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 6893d8ced88..d50a9f2d579 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; }