remove #[cfg(test)]

This commit is contained in:
YaoGalteland 2024-03-11 20:10:42 +01:00
parent 9c647a2eec
commit 7c953303cc
2 changed files with 0 additions and 3 deletions

View File

@ -49,8 +49,6 @@ pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56
bench = false bench = false
[features] [features]
default = ["verifiable-encryption"]
verifiable-encryption = []
test-dev-graph = [ test-dev-graph = [
"halo2_proofs/dev-graph", "halo2_proofs/dev-graph",
"plotters", "plotters",

View File

@ -186,7 +186,6 @@ impl<F: PrimeFieldBits, const K: usize> LookupRangeCheckConfig<F, K> {
config config
} }
#[cfg(any(test, feature = "verifiable-encryption"))]
// Fill `table_idx` and `table_range_check_tag`. // Fill `table_idx` and `table_range_check_tag`.
// This is only used in testing for now, since the Sinsemilla chip provides a pre-loaded table // This is only used in testing for now, since the Sinsemilla chip provides a pre-loaded table
// in the Orchard context. // in the Orchard context.