win: remove unused variable in test/test-fs.c

PR-URL: https://github.com/libuv/libuv/pull/1632
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
This commit is contained in:
Ben Noordhuis 2017-11-17 13:17:30 +01:00
parent fe3e635425
commit 0b18f57be5

View File

@ -2171,7 +2171,6 @@ TEST_IMPL(fs_utime) {
#ifdef _WIN32
TEST_IMPL(fs_stat_root) {
int r;
uv_loop_t* loop = uv_default_loop();
r = uv_fs_stat(NULL, &stat_req, "\\", NULL);
ASSERT(r == 0);