From: Felipe Pena Date: Thu, 24 Jul 2008 16:00:34 +0000 (+0000) Subject: - Removed unused variable. X-Git-Tag: php-5.3.0alpha1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c829e5053a223b6c8d989b7de81794a04fbeb6e;p=php - Removed unused variable. --- diff --git a/main/safe_mode.c b/main/safe_mode.c index d9d1a4f02b..50c246be4e 100644 --- a/main/safe_mode.c +++ b/main/safe_mode.c @@ -52,7 +52,6 @@ PHPAPI int php_checkuid_ex(const char *filename, const char *fopen_mode, int mod long uid=0L, gid=0L, duid=0L, dgid=0L; char path[MAXPATHLEN]; char *s, filenamecopy[MAXPATHLEN]; - php_stream_wrapper *wrapper = NULL; TSRMLS_FETCH(); path[0] = '\0';