Skip to content

Commit ce2d159

Browse files
committed
fixup! Win32: factor out retry logic
1 parent 6badfb3 commit ce2d159

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compat/mingw.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#define HCAST(type, handle) ((type)(intptr_t)handle)
1111

12-
static const int delay[] = { 0, 1, 10, 20, 40 };
13-
1412
int err_win_to_posix(DWORD winerr)
1513
{
1614
int error = ENOSYS;

0 commit comments

Comments
 (0)