Austin English : usp10/tests: Remove dead assignment (LLVM/Clang).
Module: wine Branch: master Commit: 408d06891503be601bd3fbe3ae85759a2671ca67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=408d06891503be601bd3fbe3ae... Author: Austin English <austinenglish(a)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;
participants (1)
-
Alexandre Julliard