diff options
author | Felipe Pena <felipe@php.net> | 2008-07-24 16:00:34 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-07-24 16:00:34 +0000 |
commit | 2c829e5053a223b6c8d989b7de81794a04fbeb6e (patch) | |
tree | a73ec65c869b43dfc0874445d948daa41efb61cd /main | |
parent | f9ef6c8723e3a04fb524ed7b85c4c055311eff07 (diff) | |
download | php-git-2c829e5053a223b6c8d989b7de81794a04fbeb6e.tar.gz |
- Removed unused variable.
Diffstat (limited to 'main')
-rw-r--r-- | main/safe_mode.c | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |