usp10/tests: remove dead assignment (LLVM/Clang)

Austin English austinenglish at gmail.com
Wed Feb 16 20:24:26 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c
index 109b1db..a64f4db 100644
--- a/dlls/usp10/tests/usp10.c
+++ b/dlls/usp10/tests/usp10.c
@@ -838,7 +838,6 @@ static void test_ScriptTextOut(HDC hdc)
     /* It would appear that we have a valid SCRIPT_ANALYSIS and can continue
      * ie. ScriptItemize has succeeded and that pItem has been set                            */
     cInChars = 5;
-    cMaxItems = 255;
     if (hr == 0) {
         psc = NULL;                                   /* must be null on first call           */
         cChars = cInChars;


More information about the wine-patches mailing list