From b96cc863ea99a6ea0768c427105f7071d1d84a09 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 5 Jun 2021 13:01:23 +0000
Subject: build system: ccenv: ccenv_set_cc_switch_vars(): remove trivial
 comment.

---
 sofort/ccenv/ccenv.sh | 2 --
 1 file changed, 2 deletions(-)

(limited to 'sofort/ccenv')

diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 3c48fa6..583434a 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1459,11 +1459,9 @@ ccenv_set_cc_switch_vars()
 	fi
 
 	if [ $ccenv_cfgtype = 'host' ]; then
-		# ccenv_host_cc="$ccenv_cc"
 		ccenv_makevar_prefix='_CFLAGS_'
 		cfgtest_host_section
 	else
-		# ccenv_native_cc="$ccenv_cc"
 		ccenv_makevar_prefix='_NATIVE_CFLAGS_'
 		cfgtest_native_section
 	fi
-- 
cgit v1.2.3