bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SCM] glibc maintenance branch, t/tls-threadvar, updated. glibc-2.17


From: Thomas Schwinge
Subject: Re: [SCM] glibc maintenance branch, t/tls-threadvar, updated. glibc-2.17-913-gb3320e2
Date: Fri, 23 Jan 2015 15:14:53 +0100
User-agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

Hi!

On Thu, 24 Oct 2013 23:04:42 +0000, Samuel Thibault 
<samuel.thibault@ens-lyon.org> wrote:
> 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 "glibc maintenance".
> 
> The branch, t/tls-threadvar has been updated

> commit b3320e243e29a0451fb5aa6d39c6bfe2200504dc
> Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
> Date:   Fri Oct 25 00:37:58 2013 +0200
> 
>     Drop threadvars entirely

Thanks for that!

Just pushed a small cleanup patch:

commit c97e5a0eb9e87e6ab9f2a21756985f04e6028a65
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Fri Jan 23 14:59:57 2015 +0100

    Remove unused variable.
    
        ../sysdeps/mach/hurd/i386/init-first.c: In function 'init':
        ../sysdeps/mach/hurd/i386/init-first.c:255:20: warning: unused variable 
'i' [-Wunused-variable]
    
        * sysdeps/mach/hurd/i386/init-first.c (init): Remove unused
        variable i.
---
 sysdeps/mach/hurd/i386/init-first.c | 1 -
 1 file changed, 1 deletion(-)

diff --git sysdeps/mach/hurd/i386/init-first.c 
sysdeps/mach/hurd/i386/init-first.c
index e254a3b..81c6edc 100644
--- sysdeps/mach/hurd/i386/init-first.c
+++ sysdeps/mach/hurd/i386/init-first.c
@@ -252,7 +252,6 @@ init (int *data)
     }
   else
     {
-      unsigned int i;
       int usercode;
 
       void call_init1 (void);


Grüße,
 Thomas

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]