mirror of git://sourceware.org/git/glibc.git
Remove unused variable from stdlib/setenv.c
This commit is contained in:
parent
75eff3fe90
commit
83a3406e0f
|
|
@ -135,7 +135,6 @@ __add_to_environ (name, value, combined, replace)
|
||||||
|
|
||||||
if (ep == NULL || __builtin_expect (*ep == NULL, 1))
|
if (ep == NULL || __builtin_expect (*ep == NULL, 1))
|
||||||
{
|
{
|
||||||
const size_t varlen = namelen + 1 + vallen;
|
|
||||||
char **new_environ;
|
char **new_environ;
|
||||||
|
|
||||||
/* We allocated this space; we can extend it. */
|
/* We allocated this space; we can extend it. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue