Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore!: remove OpcodeResolutionError::UnexpectedOpcode (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored May 9, 2023
1 parent fad9af2 commit 0e71aac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ pub enum OpcodeResolutionError {
UnsupportedBlackBoxFunc(BlackBoxFunc),
#[error("could not satisfy all constraints")]
UnsatisfiedConstrain,
#[error("unexpected opcode, expected {0}, but got {1}")]
UnexpectedOpcode(&'static str, BlackBoxFunc),
#[error("expected {0} inputs for function {1}, but got {2}")]
IncorrectNumFunctionArguments(usize, BlackBoxFunc, usize),
#[error("failed to solve blackbox function: {0}, reason: {1}")]
Expand Down

0 comments on commit 0e71aac

Please sign in to comment.