From 4b243ebeeb707f13cd1cf4e113f4c51cfa5e2eb5 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 11 Sep 2000 19:04:23 +0000 Subject: [PATCH] - Remove #if 0 code --- ext/standard/file.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/standard/file.h b/ext/standard/file.h index bf1d3fe8d4..ab8216c33a 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -71,8 +71,5 @@ PHPAPI int php_file_le_fopen(void); PHPAPI int php_file_le_popen(void); PHPAPI int php_file_le_socket(void); PHPAPI int php_copy_file(char *src, char *dest); -#if 0 -PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p); -#endif #endif /* FILE_H */ -- 2.50.1