commit: 8d3c16b80b554541166ae52adfc38fb1823f2f25
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: Mon May 4 02:42:54 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8d3c16b8
targets: Remove unused 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}
-}