From 30157d651bb7a2c01237b6edf5d8adfe3b71321f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 23 Oct 2020 01:01:17 -0700 Subject: [PATCH] remove commented code --- bin/kaleidoscope-builder | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 019a22c1..06c28aa7 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -464,7 +464,6 @@ do_compile () { _CMD_CC="${CC:-${COMPILER_PREFIX}${C_COMPILER_BASENAME}${COMPILER_SUFFIX}}" _CMD_AR="${AR:-${COMPILER_PREFIX}${AR_BASENAME}${COMPILER_SUFFIX}}" - #do_compile_with_builder do_compile_with_cli if [ -z "${LIBONLY}" ]; then @@ -503,8 +502,6 @@ dump_arduino_prefs() { do_compile_with_cli() { #-build-cache "${CORE_CACHE_PATH}" \ - #$CCACHE_ENABLE \ - if [ $CCACHE_ENABLED ]; then COMPILER_PATH_PROP="${CCACHE_WRAPPER_PATH}/"