]> granicus.if.org Git - php/commitdiff
- Remove #if 0 code
authorAndi Gutmans <andi@php.net>
Mon, 11 Sep 2000 19:04:23 +0000 (19:04 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 11 Sep 2000 19:04:23 +0000 (19:04 +0000)
ext/standard/file.h

index bf1d3fe8d440541f481909af3bc2f3df272c9922..ab8216c33afaf5f48e1f8dacf8f9147592d042fd 100644 (file)
@@ -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 */