Skip to content

Commit

Permalink
removed unused struct, MockInstruction (#2491)
Browse files Browse the repository at this point in the history
removed unsued struct
  • Loading branch information
yihau authored Aug 9, 2024
1 parent aee7e84 commit c63fe65
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions svm/src/message_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,6 @@ mod tests {
std::sync::Arc,
};

#[derive(Debug, serde_derive::Serialize, serde_derive::Deserialize)]
enum MockInstruction {
NoopSuccess,
NoopFail,
ModifyOwned,
ModifyNotOwned,
ModifyReadonly,
}

fn new_sanitized_message(message: Message) -> SanitizedMessage {
SanitizedMessage::try_from_legacy_message(message, &ReservedAccountKeys::empty_key_set())
.unwrap()
Expand Down

0 comments on commit c63fe65

Please sign in to comment.