remove the test encoding option (#65)

This commit is contained in:
Cyrill Leutwiler
2024-10-04 09:59:27 +02:00
committed by GitHub
parent e8fcd6118e
commit 77fe683f18
5 changed files with 2 additions and 15 deletions
-2
View File
@@ -64,7 +64,6 @@ impl Project {
optimizer_settings: revive_llvm_context::OptimizerSettings,
is_system_mode: bool,
include_metadata_hash: bool,
bytecode_encoding_testing: bool,
debug_config: Option<revive_llvm_context::DebugConfig>,
) -> anyhow::Result<Build> {
let project = self.clone();
@@ -77,7 +76,6 @@ impl Project {
project.clone(),
is_system_mode,
include_metadata_hash,
bytecode_encoding_testing,
optimizer_settings.clone(),
debug_config.clone(),
));