Remove unused variable from stdlib/setenv.c

This commit is contained in:
Ondřej Bílka 2014-02-11 12:43:33 +01:00
parent 75eff3fe90
commit 83a3406e0f

View 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. */