diff options
Diffstat (limited to 'ext/json/json.c')
-rw-r--r-- | ext/json/json.c | 2 |
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) |