From 408d06891503be601bd3fbe3ae85759a2671ca67 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 16 Feb 2011 18:24:26 -0800 Subject: [PATCH] usp10/tests: Remove dead assignment (LLVM/Clang). --- dlls/usp10/tests/usp10.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c index 109b1dbc0aa..a64f4dbc33b 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; -- 2.11.4.GIT