From 6310bb5fbe841c4957dddce6a8ee97f2c6a10fc5 Mon Sep 17 00:00:00 2001 From: Matthew Monaco Date: Mon, 12 Mar 2012 12:53:10 -0600 Subject: makepkg: remove unused variable Signed-off-by: Dan McGee --- scripts/makepkg.sh.in | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 93c94e1c..4b67414d 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1721,7 +1721,6 @@ devel_check() { # calls to makepkg via fakeroot will explicitly pass the version # number to avoid having to determine the version number twice. # Also do a check to make sure we have the VCS tool available. - oldpkgver=$pkgver if [[ -n ${_darcstrunk} && -n ${_darcsmod} ]] ; then if ! type -p darcs >/dev/null; then warning "$(gettext "Cannot find the %s binary required to determine latest %s revision.")" "darcs" "darcs" -- cgit v1.2.3-24-g4f1b