From 31ada13463f02e3b64f15a24f4331c865b37ac1e Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Tue, 28 Oct 2014 23:06:32 +0100 Subject: Removed last HAVE_JSON check --- phpdbg_wait.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpdbg_wait.c') diff --git a/phpdbg_wait.c b/phpdbg_wait.c index a8c7dd49cb..3f5ee24faa 100644 --- a/phpdbg_wait.c +++ b/phpdbg_wait.c @@ -366,7 +366,6 @@ void phpdbg_webdata_decompress(char *msg, int len TSRMLS_DC) { PHPDBG_COMMAND(wait) /* {{{ */ { -#ifdef HAVE_JSON struct sockaddr_un local, remote; int rlen, sr, sl; unlink(PHPDBG_G(socket_path)); @@ -418,5 +417,4 @@ PHPDBG_COMMAND(wait) /* {{{ */ phpdbg_notice("wait", "import=\"success\"", "Successfully imported request data, stopped before executing"); return SUCCESS; -#endif } /* }}} */ -- cgit v1.2.1