---
 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

Reply via email to