Skip to content

Commit

Permalink
o1vm/pickles: remove unused ProverError constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Oct 4, 2024
1 parent 8e87244 commit 96d42c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions o1vm/src/pickles/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ use thiserror::Error;
/// Errors that can arise when creating a proof
#[derive(Error, Debug, Clone)]
pub enum ProverError {
#[error("the proof could not be constructed: {0}")]
Generic(&'static str),

#[error("the provided constraint was not satisfied: {0}")]
ConstraintNotSatisfied(String),

#[error("the provided constraint has degree {0} > allowed {1}; expr: {2}")]
ConstraintDegreeTooHigh(u64, u64, String),
}
Expand Down

0 comments on commit 96d42c1

Please sign in to comment.