From aae9004ebdf42fbebafa461902009a936285415c Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Mon, 17 Aug 2015 17:18:25 +0200 Subject: Removed dead code --- main/php_output.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'main/php_output.h') diff --git a/main/php_output.h b/main/php_output.h index 4950c8d3a2..6bb89a7458 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -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 */ -- cgit v1.2.1