From: Zac Medico Date: Fri, 10 Sep 2010 17:47:47 +0000 (-0700) Subject: Remove redundant local retval declaration in has_version(). X-Git-Tag: v2.2_rc79~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d49ecfb70a4dc01e8abb52ec48cc90ee6c816ace;p=portage.git Remove redundant local retval declaration in has_version(). --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index a742eae62..325d3c209 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -180,7 +180,6 @@ has_version() { die "portageq calls (has_version calls portageq) are not allowed in the global scope" fi - local retval if [[ -n $PORTAGE_IPC_DAEMON ]] ; then "$PORTAGE_BIN_PATH"/ebuild-ipc has_version "$ROOT" "$1" else