]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Thu, 21 Aug 2008 07:38:16 +0000 (07:38 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 21 Aug 2008 07:38:16 +0000 (07:38 +0000)
ext/standard/basic_functions.c

index c0cd4ce0c5052cc24b40bace654c959a1a00f44b..62e6634ce7450bca710df6bf33b6a2638e00b625 100644 (file)
@@ -4551,8 +4551,6 @@ PHP_FUNCTION(putenv)
 #endif
                        RETURN_TRUE;
                } else {
-                       int error = GetLastError();
-                       printf("error: %i\n", error);
                        efree(pe.putenv_string);
                        efree(pe.key);
                        RETURN_FALSE;