From fc30df15a51d3937f48b2dd0380f09c361ff6e8e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 2 Jan 2015 19:18:09 +0000 Subject: Remove unused variable --- lib/win32/emu.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/win32') diff --git a/lib/win32/emu.cpp b/lib/win32/emu.cpp index ef237671..f9c06714 100644 --- a/lib/win32/emu.cpp +++ b/lib/win32/emu.cpp @@ -1078,7 +1078,6 @@ DIR *opendir(const char *name) } pDir->fd = FindFirstFileW(pDir->name, &pDir->info); - DWORD tmp = GetLastError(); if (pDir->fd == INVALID_HANDLE_VALUE) { -- cgit v1.2.3