Removed dead code

This commit is contained in:
Julien Pauli 2015-08-17 17:18:25 +02:00
parent 5f54027d04
commit aae9004ebd
5 changed files with 0 additions and 9 deletions

View file

@ -104,9 +104,6 @@ typedef struct _php_output_context {
php_output_buffer out;
} php_output_context;
/* XXX remove this after TLS branch merge */
#define PHP_OUTPUT_TSRMLS(ctx)
/* old-style, stateless callback */
typedef void (*php_output_handler_func_t)(char *output, size_t output_len, char **handled_output, size_t *handled_output_len, int mode);
/* new-style, opaque context callback */