summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-10-29 07:26:41 +0100
committerRemi Collet <remi@php.net>2014-10-29 07:26:41 +0100
commit89e613cf01b1a57da3ee4431b43296bd92342397 (patch)
tree7486c3020c7db22eb2ea958ccb63bb02c4db172b
parentbeb767dbe09dbb9cd65d5d1562b1f14e9b420911 (diff)
downloadphp-git-89e613cf01b1a57da3ee4431b43296bd92342397.tar.gz
cleanup uneeded json
-rw-r--r--phpdbg_wait.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpdbg_wait.c b/phpdbg_wait.c
index 3f5ee24faa..95024b8d77 100644
--- a/phpdbg_wait.c
+++ b/phpdbg_wait.c
@@ -22,7 +22,6 @@
#include "ext/standard/basic_functions.h"
ZEND_EXTERN_MODULE_GLOBALS(phpdbg);
-ZEND_EXTERN_MODULE_GLOBALS(json);
static void phpdbg_rebuild_http_globals_array(int type, const char *name TSRMLS_DC) {
zval **zvpp;