[arch-projects] [devtools][PATCH 1/2] lib: remove unused left, right

Jelle van der Waa jelle at vdwaa.nl
Fri Jan 6 16:19:12 UTC 2017


---
 lib/common.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/common.sh b/lib/common.sh
index f6aea93..780962c 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -162,8 +162,6 @@ slock() {
 # usage: pkgver_equal( $pkgver1, $pkgver2 )
 ##
 pkgver_equal() {
-	local left right
-
 	if [[ $1 = *-* && $2 = *-* ]]; then
 		# if both versions have a pkgrel, then they must be an exact match
 		[[ $1 = "$2" ]]
-- 
2.11.0


More information about the arch-projects mailing list