summaryrefslogtreecommitdiff
path: root/ext/standard/php_filestat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r--ext/standard/php_filestat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h
index 30b9a90d20..580351f0b1 100644
--- a/ext/standard/php_filestat.h
+++ b/ext/standard/php_filestat.h
@@ -61,9 +61,4 @@ PHP_FUNCTION(chmod);
PHP_FUNCTION(touch);
PHP_FUNCTION(clearstatcache);
-extern zend_module_entry php_filestat_module_entry;
-#define php_filestat_module_ptr &php_filestat_module_entry
-
-#define phpext_filestat_ptr php_filestat_module_ptr
-
#endif /* _FILESTAT_H */