From 89f87576a1fe9a5839fb239150642b228418d389 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 16 Dec 2014 12:56:00 +0100 Subject: various fixes for removing explicit tsrm_ls usage --- sapi/phpdbg/phpdbg_out.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sapi/phpdbg/phpdbg_out.c') diff --git a/sapi/phpdbg/phpdbg_out.c b/sapi/phpdbg/phpdbg_out.c index a6e57a873a..d32d252e1a 100644 --- a/sapi/phpdbg/phpdbg_out.c +++ b/sapi/phpdbg/phpdbg_out.c @@ -1175,11 +1175,7 @@ PHPDBG_API int phpdbg_output_err_buf(const char *tag, const char *xmlfmt, const PHPDBG_G(err_buf).active = 0; -#ifdef ZTS - va_start(args, tsrm_ls); -#else va_start(args, strfmt); -#endif len = phpdbg_vprint(PHPDBG_G(err_buf).type, PHPDBG_G(err_buf).fd, tag ? tag : PHPDBG_G(err_buf).tag, xmlfmt, strfmt, args); va_end(args); -- cgit v1.2.1