summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-07-24 16:01:59 +0000
committerFelipe Pena <felipe@php.net>2008-07-24 16:01:59 +0000
commit9c51f3c8419e6596f33ee3a2766ffd48ad25081b (patch)
tree7d8d9d941ee6901a3b56df98ba9dc817fd45c8aa
parentd2f478af6af898631c3e9ed0277df015fb0e9328 (diff)
downloadphp-git-9c51f3c8419e6596f33ee3a2766ffd48ad25081b.tar.gz
- MFB: Removed unused variable.
-rw-r--r--main/safe_mode.c1
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';