unused var

This commit is contained in:
Sascha Schumann 2002-05-04 16:59:41 +00:00
parent 3fbbd61dc2
commit e919e7e526

View File

@ -1224,7 +1224,6 @@ PHP_FUNCTION(putenv)
convert_to_string_ex(str);
if (Z_STRVAL_PP(str) && *(Z_STRVAL_PP(str))) {
int ret;
char *p, **env;
putenv_entry pe;