Skip to content

Commit 7e67bc4

Browse files
author
Jani Taskinen
committed
MFH: unused stuff
1 parent fdfbfb9 commit 7e67bc4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ext/json/php_json.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,8 @@ extern zend_module_entry json_module_entry;
3030
#include "TSRM.h"
3131
#endif
3232

33-
#ifdef ZTS
34-
#define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v)
35-
#else
36-
#define JSON_G(v) (json_globals.v)
37-
#endif
38-
3933
#endif /* PHP_JSON_H */
4034

41-
4235
/*
4336
* Local variables:
4437
* tab-width: 4

0 commit comments

Comments
 (0)