Austin English : usp10/tests: Remove dead assignment (LLVM/Clang).

Alexandre Julliard julliard at winehq.org
Thu Feb 17 13:06:35 CST 2011


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

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 16 18:24:26 2011 -0800

usp10/tests: Remove dead assignment (LLVM/Clang).

---

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

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-cvs mailing list