Austin English : user32/tests: Remove unneeded assignment (LLVM/Clang).

Alexandre Julliard julliard at winehq.org
Wed Feb 9 15:30:12 CST 2011


Module: wine
Branch: master
Commit: 7b4cf0bec08f3c2f3e120bafe4404c02f0f5a264
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7b4cf0bec08f3c2f3e120bafe4404c02f0f5a264

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Feb  8 16:04:59 2011 -0800

user32/tests: Remove unneeded assignment (LLVM/Clang).

---

 dlls/user32/tests/cursoricon.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c
index 8f7db52..cba5704 100644
--- a/dlls/user32/tests/cursoricon.c
+++ b/dlls/user32/tests/cursoricon.c
@@ -1836,7 +1836,6 @@ static void test_DestroyCursor(void)
         ok( ret, "DestroyCursor succeeded\n" );
     else
         ok( !ret, "DestroyCursor succeeded\n" );
-    error = GetLastError();
     ok( GetLastError() == ERROR_INVALID_CURSOR_HANDLE || GetLastError() == 0xdeadbeef,
         "wrong error %u\n", GetLastError() );
 




More information about the wine-cvs mailing list