msctf/tests: Remove an unsused assignment (PVS-Studio)

Michael Stefaniuc mstefani at redhat.de
Fri Mar 6 03:01:03 CST 2015


---
 dlls/msctf/tests/inputprocessor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index dfa8731..2cc172d 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/inputprocessor.c
@@ -2174,7 +2174,6 @@ static void test_AssociateFocus(void)
     test_PrevFocus = FOCUS_IGNORE;
     DestroyWindow(wnd1);
     DestroyWindow(wnd2);
-    test_OnSetFocus = SINK_UNEXPECTED;
     test_OnPopContext = SINK_OPTIONAL; /* Vista and greater */
     test_OnSetFocus = SINK_OPTIONAL; /* Vista and greater */
     ITfThreadMgr_GetFocus(g_tm, &test_PrevFocus);
-- 
1.9.3



More information about the wine-patches mailing list