cleanup TSRMLS_FETCH in ext/opcache

This commit is contained in:
Anatol Belski 2014-09-26 21:50:27 +02:00
parent 8a7c8d2213
commit ed6f24b92e
6 changed files with 0 additions and 18 deletions

View file

@ -34,7 +34,6 @@ void zend_accel_error(int type, const char *format, ...)
time_t timestamp;
char *time_string;
FILE * fLog = NULL;
TSRMLS_FETCH();
if (type > ZCG(accel_directives).log_verbosity_level) {
return;