summaryrefslogtreecommitdiff
path: root/ext/fileinfo/php_fileinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fileinfo/php_fileinfo.h')
-rw-r--r--ext/fileinfo/php_fileinfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/fileinfo/php_fileinfo.h b/ext/fileinfo/php_fileinfo.h
index 266ecc7596..ac43b21050 100644
--- a/ext/fileinfo/php_fileinfo.h
+++ b/ext/fileinfo/php_fileinfo.h
@@ -43,10 +43,4 @@ PHP_FUNCTION(finfo_file);
PHP_FUNCTION(finfo_buffer);
PHP_FUNCTION(mime_content_type);
-#ifdef ZTS
-#define FILEINFO_G(v) TSRMG(fileinfo_globals_id, zend_fileinfo_globals *, v)
-#else
-#define FILEINFO_G(v) (fileinfo_globals.v)
-#endif
-
#endif /* PHP_FILEINFO_H */