From: Anatol Belski Date: Thu, 31 Oct 2013 20:38:24 +0000 (+0100) Subject: removed unnecessary call X-Git-Tag: php-5.6.0alpha1~211^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1c2f8f9f17c063ac26aa5e3d0240bc6e0d07c39;p=php removed unnecessary call --- diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 4478cd3809..d9da5cf4c0 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -434,7 +434,6 @@ static void cwd_globals_ctor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); - virtual_cwd_activate(TSRMLS_C); } /* }}} */