From: Felipe Pena Date: Thu, 24 Jul 2008 16:01:59 +0000 (+0000) Subject: - MFB: Removed unused variable. X-Git-Tag: php-5.2.7RC1~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c51f3c8419e6596f33ee3a2766ffd48ad25081b;p=php - MFB: 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';