Removed last HAVE_JSON check

This commit is contained in:
Bob Weinand 2014-10-28 23:06:32 +01:00
parent 234df7d2ca
commit 31ada13463

View File

@ -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
} /* }}} */