]> granicus.if.org Git - php/commitdiff
- MFB: Removed unused variable.
authorFelipe Pena <felipe@php.net>
Thu, 24 Jul 2008 16:01:59 +0000 (16:01 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 24 Jul 2008 16:01:59 +0000 (16:01 +0000)
main/safe_mode.c

index d9d1a4f02b4acf5250d0573cf625f1e3edaff50f..50c246be4ef689e45a2a4ed6e9c7c3fdfcb139f5 100644 (file)
@@ -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';