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

chore!: remove unused error variant OpcodeResolutionError::UnexpectedOpcode #274

Merged
merged 1 commit into from
May 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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