mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
usp10/tests: Remove dead assignment (LLVM/Clang).
This commit is contained in:
parent
194e43f6e3
commit
408d068915
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user