summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 048c723f7a..e08c3c0ee3 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -115,10 +115,6 @@ php_file_globals file_globals;
#include <fnmatch.h>
#endif
-#ifdef __BEOS__
-#define realpath(x,y) strcpy(y,x)
-#endif
-
/* }}} */
/* {{{ ZTS-stuff / Globals / Prototypes */