more dead code

This commit is contained in:
rusefillc 2022-01-05 00:53:14 -05:00
parent 4937e06c4a
commit 5210235787
4 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
java \ java \
-DSystemOut.name=logs/gen_config_hellen_cypress \ -DSystemOut.name=logs/gen_config_hellen_cypress \
$COMMON_GEN_CONFIG \ $COMMON_GEN_CONFIG \
-cache hellen_cypress \
-tool hellen_cypress_gen_config.bat \ -tool hellen_cypress_gen_config.bat \
-with_c_defines false \ -with_c_defines false \
-initialize_to_zero false \ -initialize_to_zero false \

View File

@ -20,7 +20,6 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
java \ java \
-DSystemOut.name=logs/gen_config_kinetis \ -DSystemOut.name=logs/gen_config_kinetis \
$COMMON_GEN_CONFIG \ $COMMON_GEN_CONFIG \
-cache kinetis \
-tool kinetis_gen_config.bat \ -tool kinetis_gen_config.bat \
-with_c_defines false \ -with_c_defines false \
-initialize_to_zero false \ -initialize_to_zero false \

View File

@ -20,7 +20,6 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
java \ java \
-DSystemOut.name=logs/gen_config_subaru_eg33 \ -DSystemOut.name=logs/gen_config_subaru_eg33 \
$COMMON_GEN_CONFIG \ $COMMON_GEN_CONFIG \
-cache ${SHORT_BOARDNAME} \
-tool ${BOARD_DIR}/config/gen_config.sh \ -tool ${BOARD_DIR}/config/gen_config.sh \
-with_c_defines false \ -with_c_defines false \
-initialize_to_zero false \ -initialize_to_zero false \

View File

@ -53,7 +53,6 @@ java -DSystemOut.name=logs/gen_config_board \
-field_lookup_file controllers/lua/generated/value_lookup_generated.cpp \ -field_lookup_file controllers/lua/generated/value_lookup_generated.cpp \
-board ${BOARDNAME} \ -board ${BOARDNAME} \
-ts_output_name generated/${INI} \ -ts_output_name generated/${INI} \
-cache ${SHORT_BOARDNAME} \
-with_c_defines $SOMETHINGSOMETHING \ -with_c_defines $SOMETHINGSOMETHING \
-initialize_to_zero $SOMETHINGSOMETHING \ -initialize_to_zero $SOMETHINGSOMETHING \
-signature tunerstudio/generated/signature_${SHORT_BOARDNAME}.txt \ -signature tunerstudio/generated/signature_${SHORT_BOARDNAME}.txt \