Browse Source

drop unused var

PECL
Antony Dovgal 18 years ago
parent
commit
0be3a5dcd5
  1. 2
      ext/phar/func_interceptors.c

2
ext/phar/func_interceptors.c

@ -1036,8 +1036,6 @@ PharFileFunction(phar_stat, FS_STAT, orig_stat)
/* {{{ void phar_intercept_functions(TSRMLS_D) */
void phar_intercept_functions(TSRMLS_D)
{
zend_function *orig;
if (!PHAR_G(request_init)) {
PHAR_G(cwd) = NULL;
PHAR_G(cwd_len) = 0;

Loading…
Cancel
Save