mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
riched20: Remove dead assignment (Clang).
This commit is contained in:
parent
fccb44027d
commit
7ed4f20305
1 changed files with 0 additions and 1 deletions
|
@ -1199,7 +1199,6 @@ static ME_DisplayItem *ME_FindRunInRow(ME_TextEditor *editor, ME_DisplayItem *pR
|
|||
ME_DisplayItem *pNext, *pLastRun;
|
||||
pNext = ME_FindItemFwd(pRow, diRunOrStartRow);
|
||||
assert(pNext->type == diRun);
|
||||
pLastRun = pNext;
|
||||
if (pbCaretAtEnd) *pbCaretAtEnd = FALSE;
|
||||
if (pOffset) *pOffset = 0;
|
||||
do {
|
||||
|
|
Loading…
Reference in a new issue