This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-365-gc7b8939


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c7b8939bf5646d1033375128f19261b401b9a0ce (commit)
      from  3fe29ca043a310aa6987f8c3432527d4634da451 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c7b8939bf5646d1033375128f19261b401b9a0ce

commit c7b8939bf5646d1033375128f19261b401b9a0ce
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Oct 10 16:44:42 2015 +0200

    Remove unusued variable
    
    hurd/hurd-raise.c (_hurd_raise_signal): Remove unused err variable.

diff --git a/hurd/hurd-raise.c b/hurd/hurd-raise.c
index 07c8810..ed542e1 100644
--- a/hurd/hurd-raise.c
+++ b/hurd/hurd-raise.c
@@ -28,8 +28,6 @@ int
 _hurd_raise_signal (struct hurd_sigstate *ss,
 		    int signo, const struct hurd_signal_detail *detail)
 {
-  error_t err;
-
   if (ss == NULL)
     {
       ss = _hurd_self_sigstate ();

-----------------------------------------------------------------------

Summary of changes:
 hurd/hurd-raise.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]