From f18aae6042797dca2535158ca0a783202a9102a1 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 30 Nov 2014 17:47:17 +0000 Subject: Fix compilation for json_encoder --- ext/json/json.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/json/json.c') 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) -- cgit v1.2.1