1
0
Fork 0

remove warning about unreferenced local variable

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@653 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 14 years ago
parent 89f3a28486
commit c2df47c060

@ -2849,7 +2849,9 @@ static PHP_MINFO_FUNCTION(xcache)
char *ptr;
int left, len;
xc_shm_scheme_t *scheme;
#ifdef HAVE_XCACHE_COVERAGER
char *covdumpdir;
#endif
php_info_print_table_start();
php_info_print_table_header(2, "XCache Support", "enabled");

Loading…
Cancel
Save