diff options
Diffstat (limited to 'test/test-tty.c')
-rw-r--r-- | test/test-tty.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-tty.c b/test/test-tty.c index 979a6ec3..688711e5 100644 --- a/test/test-tty.c +++ b/test/test-tty.c @@ -315,10 +315,8 @@ TEST_IMPL(tty_raw_cancel) { int r; int ttyin_fd; uv_tty_t tty_in; - uv_loop_t* loop; HANDLE handle; - loop = uv_default_loop(); /* Make sure we have an FD that refers to a tty */ handle = CreateFileA("conin$", GENERIC_READ | GENERIC_WRITE, |