From fea14fa28621a06e78d5c0c360efefa7097d6fbb Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 6 Jan 2017 17:19:12 +0100 Subject: lib: remove unused left, right --- lib/common.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') 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" ]] -- cgit v1.2.3-54-g00ecf