From 9b8a23b0e260dfa54deb2183866a83f8e486ff18 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 29 May 2008 17:07:01 -0400 Subject: Remove unused code from make-sourceball Signed-off-by: Aaron Griffin --- misc-scripts/make-sourceball | 6 ------ 1 file changed, 6 deletions(-) (limited to 'misc-scripts') diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index 5a3db6b..71bb405 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -39,12 +39,6 @@ die() { cleanup 1 } -##### Copied from makepkg ##### - -strip_url() { - echo "$1" | sed 's|^.*://.*/||g' -} - create_srcpackage() { if [ -d "$1" ]; then pushd "$1" >/dev/null -- cgit v1.2.3-24-g4f1b