Frédéric Delanoy : riched20: Remove dead assignment (Clang).

Alexandre Julliard julliard at winehq.org
Wed Jul 6 13:31:08 CDT 2011


Module: wine
Branch: master
Commit: 7ed4f2030546749d6d77a216f7f0816eafaa4dd3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7ed4f2030546749d6d77a216f7f0816eafaa4dd3

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Jul  6 10:34:52 2011 +0200

riched20: Remove dead assignment (Clang).

---

 dlls/riched20/caret.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/caret.c b/dlls/riched20/caret.c
index 536b89a..093bd20 100644
--- a/dlls/riched20/caret.c
+++ b/dlls/riched20/caret.c
@@ -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 {




More information about the wine-cvs mailing list