[PATCH 3/5] Removed unused variables prev and next.

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

 





---
 git-add--interactive.perl |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/git-add--interactive.perl b/git-add--interactive.perl
index b530597..0d51cb2 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -878,7 +878,7 @@ sub patch_update_file {
 	$ix = 0;

 	while (1) {
-		my ($prev, $next, $commands, $undecided, $i);
+		my ($commands, $undecided, $i);
 		$commands = 'ynad';

 		if ($num <= $ix) {
@@ -886,7 +886,6 @@ sub patch_update_file {
 		}
 		for ($i = 0; $i < $ix; $i++) {
 			if (!defined $hunk[$i]{USE}) {
-				$prev = 1;
 				$commands .= 'k';
 				last;
 			}
@@ -896,7 +895,6 @@ sub patch_update_file {
 		}
 		for ($i = $ix + 1; $i < $num; $i++) {
 			if (!defined $hunk[$i]{USE}) {
-				$next = 1;
 				$commands .= 'j';
 				last;
 			}
--
1.6.0.4.782.geea74.dirty


--
William Pursell
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux