mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
Removed dead code
This commit is contained in:
parent
5f54027d04
commit
aae9004ebd
5 changed files with 0 additions and 9 deletions
|
@ -909,7 +909,6 @@ static inline php_output_handler_status_t php_output_handler_op(php_output_handl
|
|||
{
|
||||
php_output_handler_status_t status;
|
||||
int original_op = context->op;
|
||||
PHP_OUTPUT_TSRMLS(context);
|
||||
|
||||
#if PHP_OUTPUT_DEBUG
|
||||
fprintf(stderr, ">>> op(%d, "
|
||||
|
@ -1249,7 +1248,6 @@ static inline int php_output_stack_pop(int flags)
|
|||
static int php_output_handler_compat_func(void **handler_context, php_output_context *output_context)
|
||||
{
|
||||
php_output_handler_func_t func = *(php_output_handler_func_t *) handler_context;
|
||||
PHP_OUTPUT_TSRMLS(output_context);
|
||||
|
||||
if (func) {
|
||||
char *out_str = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue