Skip to content

Commit

Permalink
chore: dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 31, 2024
1 parent bfcd071 commit 9ccb299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snark-verifier/examples/evm-verifier-with-accumulator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ mod aggregation {
#[derive(Clone, Debug)]
pub struct AggregationCircuit {
pub inner: BaseCircuitBuilder<Fr>,
#[allow(dead_code)]
pub as_proof: Vec<u8>,
}

Expand Down

0 comments on commit 9ccb299

Please sign in to comment.