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

[glibc] 01/01: Drop unused variable



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit dcb6fbc5de8816e4b879b2b5d4779b52f35863d0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Oct 10 22:21:53 2016 +0200

    Drop unused variable
---
 debian/patches/hurd-i386/tg-tls-threadvar.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/hurd-i386/tg-tls-threadvar.diff b/debian/patches/hurd-i386/tg-tls-threadvar.diff
index 91ff19f..9988363 100644
--- a/debian/patches/hurd-i386/tg-tls-threadvar.diff
+++ b/debian/patches/hurd-i386/tg-tls-threadvar.diff
@@ -613,14 +613,14 @@ Note: the added reply_port and _hurd_sigstate fields should be kept last.
        /* Copy the argdata from the old stack to the new one.  */
        newsp = memcpy (newsp - ((char *) &d[1] - (char *) data), data,
  		      (char *) d - (char *) data);
-@@ -278,25 +257,11 @@
+@@ -278,25 +257,10 @@
      }
    else
      {
 -      /* We are not using cthreads, so we will have just a single allocated
 -	 area for the per-thread variables of the main user thread.  */
 -      unsigned long int *array;
-       unsigned int i;
+-      unsigned int i;
        int usercode;
  
        void call_init1 (void);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: