summaryrefslogtreecommitdiff
path: root/ext/enchant/php_enchant.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/enchant/php_enchant.h')
-rw-r--r--ext/enchant/php_enchant.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h
index 1152a96f47..9ba21094a8 100644
--- a/ext/enchant/php_enchant.h
+++ b/ext/enchant/php_enchant.h
@@ -61,10 +61,4 @@ PHP_FUNCTION(enchant_dict_get_error);
PHP_FUNCTION(enchant_dict_describe);
PHP_FUNCTION(enchant_dict_quick_check);
-#ifdef ZTS
-#define ENCHANT_G(v) TSRMG(enchant_globals_id, zend_enchant_globals *, v)
-#else
-#define ENCHANT_G(v) (enchant_globals.v)
-#endif
-
#endif /* PHP_ENCHANT_H */