From: Andi Gutmans Date: Mon, 11 Sep 2000 19:04:23 +0000 (+0000) Subject: - Remove #if 0 code X-Git-Tag: php-4.0.3RC1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b243ebeeb707f13cd1cf4e113f4c51cfa5e2eb5;p=php - Remove #if 0 code --- 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 */