Skip to content

Commit

Permalink
remove #[cfg(test)]
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoGalteland committed Mar 11, 2024
1 parent 9c647a2 commit 7c95330
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56
bench = false

[features]
default = ["verifiable-encryption"]
verifiable-encryption = []
test-dev-graph = [
"halo2_proofs/dev-graph",
"plotters",
Expand Down
1 change: 0 additions & 1 deletion halo2_gadgets/src/utilities/lookup_range_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ impl<F: PrimeFieldBits, const K: usize> LookupRangeCheckConfig<F, K> {
config
}

#[cfg(any(test, feature = "verifiable-encryption"))]
// 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
// in the Orchard context.
Expand Down

0 comments on commit 7c95330

Please sign in to comment.