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 A785A138350 for ; Sat, 2 May 2020 01:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDC9E09D7; Sat, 2 May 2020 01:40:56 +0000 (UTC) Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) (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 4617CE09D7 for ; Sat, 2 May 2020 01:40:56 +0000 (UTC) Received: by mail-pg1-f181.google.com with SMTP id n11so5335682pgl.9 for ; Fri, 01 May 2020 18:40:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=H4UGg8zymjZ6B6GxBSlDrFlhdd7K1jOqCiqvQZpJlj0=; b=CxTNMWC5XB2LcLsJ+qAJ9F+hHVU6NAePmYGDgDlJnu0azPYXMNnSP6IkHwLIhQEm/r J/My6xG8xnMfFk8ur5O7YzCyItPB9CgDR60ivDmJrSYET+qqWqcVu+umUQCiHfMxIJyU vSzRYArPXgjwXiyAa4RTnAumzbwqlacSYowBg5OburkuKkTqKDmJ+JcGpeqKKVzuH/gj ZRNz3Za/+HaBkJxnJkcroZJD46eZBFWmhlj5UEVid5dwcUPcEXsn8LGxXXpPK6KemB8q w6PSNUVxCroUeicMhz6Rsm+lD0ej5Q3gGQVuQSPj64o4utPKZNaNvPAuSl+hq3Kmp8DE f0Tw== X-Gm-Message-State: AGi0PuaFQNi8LV/87MmY5YiqXkr++q9JW1eP77KQJK/KUDWU9ksCwajz nxBhbOhTUiyLeDP7E7OLg+16we9K X-Google-Smtp-Source: APiQypLYptUZ/B71gL6WiycPoroGwYCJz5RsXGFX+tGkHfoEXZ1e3MPEYpe6ZaM6k9uY48Cf4iwP3w== X-Received: by 2002:a62:e51a:: with SMTP id n26mr6643569pff.301.1588383654946; Fri, 01 May 2020 18:40:54 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id 14sm3306604pfy.38.2020.05.01.18.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 May 2020 18:40:54 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 5/8] targets: Remove run_crossdev() function Date: Fri, 1 May 2020 18:40:33 -0700 Message-Id: <20200502014036.1039317-5-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200502014036.1039317-1-mattst88@gentoo.org> References: <20200502014036.1039317-1-mattst88@gentoo.org> 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-Transfer-Encoding: 8bit X-Archives-Salt: 0526756f-652b-4003-b1ca-2c2c559dedee X-Archives-Hash: a33c0cf0b3a91f6cf030d17f50d69b85 Signed-off-by: Matt Turner --- 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} -} -- 2.26.2