From 9e0042cd21e915b3b2a17e873d3c5f36822cf64b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 3 Jan 2022 23:28:13 -0500 Subject: [PATCH] dead code? --- firmware/gen_config_common.sh | 1 - firmware/gen_live_documentation_one_file.sh | 2 -- firmware/gen_output_channels.sh | 2 -- 3 files changed, 5 deletions(-) diff --git a/firmware/gen_config_common.sh b/firmware/gen_config_common.sh index 4a303f270d..1d753f298d 100644 --- a/firmware/gen_config_common.sh +++ b/firmware/gen_config_common.sh @@ -1,7 +1,6 @@ COMMON_GEN_CONFIG="-jar ../java_tools/ConfigDefinition.jar \ -enumInputFile controllers/algo/engine_types.h \ -enumInputFile controllers/algo/rusefi_enums.h \ - -cache_zip_file tunerstudio/generated/cache.zip \ -readfile OUTPUTS_SECTION console/binary/generated/output_channels.ini \ -readfile DATALOG_SECTION console/binary/generated/data_logs.ini \ -ts_destination tunerstudio \ diff --git a/firmware/gen_live_documentation_one_file.sh b/firmware/gen_live_documentation_one_file.sh index 0d27e35385..18534c4090 100644 --- a/firmware/gen_live_documentation_one_file.sh +++ b/firmware/gen_live_documentation_one_file.sh @@ -17,7 +17,5 @@ header_file="${meta_name}_generated.h" java -DSystemOut.name=logs/gen_live_documentation \ -jar ../java_tools/ConfigDefinition.jar \ -definition $folder/$meta_file_name \ - -cache_zip_file tunerstudio/generated/cache.zip \ - -cache . \ -java_destination ../java_console/models/src/main/java/com/rusefi/config/generated/$java_output \ -c_destination $folder/${header_file} \ No newline at end of file diff --git a/firmware/gen_output_channels.sh b/firmware/gen_output_channels.sh index 1d48e4c61f..c56c349078 100755 --- a/firmware/gen_output_channels.sh +++ b/firmware/gen_output_channels.sh @@ -6,11 +6,9 @@ echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]" java -DSystemOut.name=logs/gen_output_channels \ -jar ../java_tools/ConfigDefinition.jar \ - -cache_zip_file tunerstudio/generated/cache.zip \ -prepend integration/rusefi_config.txt \ -definition console/binary/output_channels.txt \ -output_lookup_file controllers/lua/generated/output_lookup_generated.cpp \ -ts_outputs_section console/binary/ \ - -cache . \ -with_c_defines false \ -c_destination console/binary/ts_outputs_generated.h \ No newline at end of file