lib: remove unused left, right

This commit is contained in:
Jelle van der Waa 2017-01-06 17:19:12 +01:00 committed by Jan Alexander Steffens (heftig)
parent 4bafd641ab
commit fea14fa286
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 0 additions and 2 deletions

View File

@ -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" ]]