Skip to content

Commit

Permalink
o1vm/verifier: remove unused debug derive
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Oct 31, 2024
1 parent 6a927b6 commit c7d8070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion o1vm/src/pickles/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use poly_commitment::{ipa::OpeningProof, PolyComm};

use crate::interpreters::mips::column::N_MIPS_SEL_COLS;

#[derive(Debug)]
pub struct WitnessColumns<G, S> {
pub scratch: [G; crate::interpreters::mips::witness::SCRATCH_SIZE],
pub instruction_counter: G,
Expand Down

0 comments on commit c7d8070

Please sign in to comment.