From e8d2c9489da495d6fd6dd6b11687440c845e46af Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 12 Jan 2007 12:17:32 +0000 Subject: MFH: nuke skeleton leftovers --- ext/json/json.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/json') diff --git a/ext/json/json.c b/ext/json/json.c index f3a96338ac..0f552d4fcd 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -35,9 +35,6 @@ static PHP_MINFO_FUNCTION(json); static PHP_FUNCTION(json_encode); static PHP_FUNCTION(json_decode); -/* If you declare any globals in php_json.h uncomment this: -ZEND_DECLARE_MODULE_GLOBALS(json) -*/ static const char digits[] = "0123456789abcdef"; /* {{{ json_functions[] -- cgit v1.2.1