Skip to content

Commit d95d5e5

Browse files
committed
Remove unsued typedefs
1 parent f1e6ac1 commit d95d5e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/standard/streamsfuncs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@
2929

3030
#ifndef PHP_WIN32
3131
#define php_select(m, r, w, e, t) select(m, r, w, e, t)
32-
typedef unsigned long long php_timeout_ull;
3332
#else
3433
#include "win32/select.h"
3534
#include "win32/sockets.h"
3635
#include "win32/console.h"
37-
typedef unsigned __int64 php_timeout_ull;
3836
#endif
3937

4038
#define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), wrapper, name)))

0 commit comments

Comments
 (0)