summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2014-11-30 17:47:17 +0000
committerJakub Zelenka <bukka@php.net>2014-11-30 17:47:17 +0000
commitf18aae6042797dca2535158ca0a783202a9102a1 (patch)
treeb730bec53440196b3a9cb39988eff1d7dda2967d /ext/json/json.c
parent79e835563115cf918cc87a17c35ceb1f1f256cef (diff)
downloadphp-git-f18aae6042797dca2535158ca0a783202a9102a1.tar.gz
Fix compilation for json_encoder
Diffstat (limited to 'ext/json/json.c')
-rw-r--r--ext/json/json.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/json.c b/ext/json/json.c
index 8042f70d23..f59daceda1 100644
--- a/ext/json/json.c
+++ b/ext/json/json.c
@@ -38,8 +38,6 @@ static PHP_FUNCTION(json_decode);
static PHP_FUNCTION(json_last_error);
static PHP_FUNCTION(json_last_error_msg);
-static const char digits[] = "0123456789abcdef";
-
PHP_JSON_API zend_class_entry *php_json_serializable_ce;
ZEND_DECLARE_MODULE_GLOBALS(json)