Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/support/
Date: Sun, 03 May 2020 22:04:39
Message-Id: 1588543458.d6b3fd5226b548d28fdb1bd52dd52ee368ec347a.mattst88@gentoo
1 commit: d6b3fd5226b548d28fdb1bd52dd52ee368ec347a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 06:47:29 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 22:04:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d6b3fd52
7
8 targets: Remove run_crossdev() function
9
10 Has never been used in its entire existence.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 targets/support/functions.sh | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/targets/support/functions.sh b/targets/support/functions.sh
18 index daf6f190..601f5dc9 100755
19 --- a/targets/support/functions.sh
20 +++ b/targets/support/functions.sh
21 @@ -238,7 +238,3 @@ check_filesystem_type(){
22 ;;
23 esac
24 }
25 -
26 -run_crossdev() {
27 - crossdev ${clst_CHOST}
28 -}