mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed dead code
This commit is contained in:
parent
5f54027d04
commit
aae9004ebd
5 changed files with 0 additions and 9 deletions
|
@ -1149,7 +1149,6 @@ static int php_tidy_output_handler(void **nothing, php_output_context *output_co
|
|||
int status = FAILURE;
|
||||
TidyDoc doc;
|
||||
TidyBuffer inbuf, outbuf, errbuf;
|
||||
PHP_OUTPUT_TSRMLS(output_context);
|
||||
|
||||
if (TG(clean_output) && (output_context->op & PHP_OUTPUT_HANDLER_START) && (output_context->op & PHP_OUTPUT_HANDLER_FINAL)) {
|
||||
doc = tidyCreate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue