Skip to content

Commit c41d1ea

Browse files
committed
Remove redundant declaration in file.h
Not sure why it even is here
1 parent 1f976c0 commit c41d1ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/file.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ PHPAPI PHP_FUNCTION(fpassthru);
3737
PHP_MINIT_FUNCTION(user_streams);
3838

3939
PHPAPI int php_le_stream_context(void);
40-
PHPAPI int php_set_sock_blocking(php_socket_t socketd, int block);
4140
PHPAPI int php_copy_file(const char *src, const char *dest);
4241
PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_chk);
4342
PHPAPI int php_copy_file_ctx(const char *src, const char *dest, int src_chk, php_stream_context *ctx);

0 commit comments

Comments
 (0)