Commit 408d0689 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent 194e43f6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment