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

This commit is contained in:
Austin English 2011-02-16 18:24:26 -08:00 committed by Alexandre Julliard
parent 194e43f6e3
commit 408d068915

View File

@ -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;