]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove unused variable from stdlib/setenv.c
authorOndřej Bílka <neleai@seznam.cz>
Tue, 11 Feb 2014 11:43:33 +0000 (12:43 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Tue, 11 Feb 2014 11:43:49 +0000 (12:43 +0100)
stdlib/setenv.c

index e244e1833133813767dae659871e0983c7f40865..8de5328b06ff4aeefca346be27af9fc7650ae548 100644 (file)
@@ -135,7 +135,6 @@ __add_to_environ (name, value, combined, replace)
 
   if (ep == NULL || __builtin_expect (*ep == NULL, 1))
     {
-      const size_t varlen = namelen + 1 + vallen;
       char **new_environ;
 
       /* We allocated this space; we can extend it.  */