diff options
author | Antony Dovgal <tony2001@php.net> | 2007-01-12 12:17:32 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-01-12 12:17:32 +0000 |
commit | e8d2c9489da495d6fd6dd6b11687440c845e46af (patch) | |
tree | cc252524bc85a4c37bf6b3a9f23bd0638a683586 /ext/json/json.c | |
parent | b865d176dea870330470eb4591d94ad7a1571316 (diff) | |
download | php-git-e8d2c9489da495d6fd6dd6b11687440c845e46af.tar.gz |
MFH: nuke skeleton leftovers
Diffstat (limited to 'ext/json/json.c')
-rw-r--r-- | ext/json/json.c | 3 |
1 files changed, 0 insertions, 3 deletions
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[] |