From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D63F138350 for ; Sat, 2 May 2020 23:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 773ABE0AE7; Sat, 2 May 2020 23:06:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ABD4E0AE7 for ; Sat, 2 May 2020 23:06:53 +0000 (UTC) Date: Sat, 2 May 2020 16:06:50 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 5/8] targets: Remove run_crossdev() function Message-ID: <20200502160650.282c7879@storm> In-Reply-To: <20200502014036.1039317-5-mattst88@gentoo.org> References: <20200502014036.1039317-1-mattst88@gentoo.org> <20200502014036.1039317-5-mattst88@gentoo.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 2180e4f1-7b4a-4c10-892f-3435761b763b X-Archives-Hash: 9921ed3811d38cfbc031f80d2f648a32 On Fri, 1 May 2020 18:40:33 -0700 Matt Turner wrote: > Signed-off-by: Matt Turner > --- Reason? > 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} > -}