commit: e042fb1fc83f9af663eac81c12ea82b708c5960e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 06:47:29 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 3 22:55:53 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=e042fb1f
targets: Remove run_crossdev() function
Has never been used in its entire existence.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/support/functions.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index daf6f190..601f5dc9 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -238,7 +238,3 @@ check_filesystem_type(){
;;
esac
}
-
-run_crossdev() {
- crossdev ${clst_CHOST}
-}