Remove unused ver variable, thanks to Elan Ruusamäe.

This commit is contained in:
Ville Skyttä 2009-09-29 20:41:14 +03:00
parent 9322da7992
commit a7fb763fdd

View File

@ -6,7 +6,7 @@ have rpm && {
#
_rpm_installed_packages()
{
local ver nodig="$1" nosig="$2"
local nodig="$1" nosig="$2"
if [ -r /var/log/rpmpkgs -a \
/var/log/rpmpkgs -nt /var/lib/rpm/Packages ]; then