Skip to content

Commit 5663590

Browse files
committed
Remove unused variant
1 parent 9f93fa3 commit 5663590

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vm/src/vm/errors/vm_errors.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ pub enum VirtualMachineError {
7979
InvalidOpcode(u64),
8080
#[error("Inconsistent auto-deduction for {}, expected {}, got {:?}", (*.0).0, (*.0).1, (*.0).2)]
8181
InconsistentAutoDeduction(Box<(BuiltinName, MaybeRelocatable, Option<MaybeRelocatable>)>),
82-
#[error("Invalid hint encoding at pc: {0}")]
83-
InvalidHintEncoding(Box<MaybeRelocatable>),
8482
#[error("Expected output builtin to be present")]
8583
NoOutputBuiltin,
8684
#[error("Expected range_check builtin to be present")]

0 commit comments

Comments
 (0)