From: Zac Medico <zmedico@gentoo.org>
Date: Wed, 6 Aug 2008 02:09:45 +0000 (-0000)
Subject: Remove redundant 'local line' definition from previous commit.
X-Git-Tag: v2.2_rc7~46
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=154e12ade2e1f65606a43fcbc0ccd2238286d120;p=portage.git

Remove redundant 'local line' definition from previous commit.

svn path=/main/trunk/; revision=11336
---

diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index aa330c980..364df5bbb 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -217,7 +217,6 @@ elog() {
 	local line lines=0
 	save_IFS
 	IFS=$'\n'
-	local line
 	for line in $* ; do
 		(( lines++ ))
 		echo -e " ${GOOD}*${NORMAL} ${line}"