bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] [PATCH 08/19] maint: remove dead assignment from diff3.c


From: Jim Meyering
Subject: [bug-diffutils] [PATCH 08/19] maint: remove dead assignment from diff3.c
Date: Fri, 20 Nov 2009 10:12:17 +0100

From: Jim Meyering <address@hidden>

* src/diff3.c (make_3way_diff): Remove dead assignment.
---
 src/diff3.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/diff3.c b/src/diff3.c
index f682745..bd6a96e 100644
--- a/src/diff3.c
+++ b/src/diff3.c
@@ -638,7 +638,6 @@ make_3way_diff (struct diff_block *thread0, struct 
diff_block *thread1)
          if (high_water_mark < D_HIGHLINE (other_diff, FC))
            {
              high_water_thread ^= 1;
-             high_water_diff = other_diff;
              high_water_mark = D_HIGHLINE (other_diff, FC);
            }

-- 
1.6.5.3.433.g11067





reply via email to

[Prev in Thread] Current Thread [Next in Thread]