mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Remove unused variable from stdlib/setenv.c
This commit is contained in:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user