mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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))
|
||||
{
|
||||
const size_t varlen = namelen + 1 + vallen;
|
||||
char **new_environ;
|
||||
|
||||
/* We allocated this space; we can extend it. */
|
||||
|
Loading…
Reference in New Issue
Block a user