[Frugalware-git] pacman-tools: repoman: remove unused function

Miklos Vajna vmiklos at frugalware.org
Thu Feb 26 23:44:01 CET 2009


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=067fca8036f66c54fbb3db8364b61352d8829e80

commit 067fca8036f66c54fbb3db8364b61352d8829e80
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Thu Feb 26 23:43:55 2009 +0100

repoman: remove unused function

diff --git a/repoman b/repoman
index de58996..39cf24b 100755
--- a/repoman
+++ b/repoman
@@ -76,15 +76,6 @@ get_root()
fi
}

-_set_lockname()
-{
-	if [ -z "$F_makepkg_scm" -o "$F_makepkg_scm" = "git" ]; then
-		lock=".git/lock"
-	else
-		lock="_darcs/lock"
-	fi
-}
-
check_absolute_path()
{
if [ "${path:0:1}" != "/" ]; then


More information about the Frugalware-git mailing list