- Removed unused variable.

This commit is contained in:
Felipe Pena 2008-07-24 16:00:34 +00:00
parent f9ef6c8723
commit 2c829e5053

View 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; long uid=0L, gid=0L, duid=0L, dgid=0L;
char path[MAXPATHLEN]; char path[MAXPATHLEN];
char *s, filenamecopy[MAXPATHLEN]; char *s, filenamecopy[MAXPATHLEN];
php_stream_wrapper *wrapper = NULL;
TSRMLS_FETCH(); TSRMLS_FETCH();
path[0] = '\0'; path[0] = '\0';