summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-07-22 14:57:46 +0000
committerJani Taskinen <jani@php.net>2008-07-22 14:57:46 +0000
commit7e67bc4e80f4feb5a6eb4a9143c7c2f7a832a3b3 (patch)
treef69f98117c9f9b6d10e3325d29cd9d00b2bef9de /ext/json
parentfdfbfb96a14f46aa7ff457d97e713725c0e69e32 (diff)
downloadphp-git-7e67bc4e80f4feb5a6eb4a9143c7c2f7a832a3b3.tar.gz
MFH: unused stuff
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/php_json.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h
index cce84d8d95..dfc9427622 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -30,15 +30,8 @@ extern zend_module_entry json_module_entry;
#include "TSRM.h"
#endif
-#ifdef ZTS
-#define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v)
-#else
-#define JSON_G(v) (json_globals.v)
-#endif
-
#endif /* PHP_JSON_H */
-
/*
* Local variables:
* tab-width: 4