Skip to content

Commit

Permalink
Remove duplicate event_type
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Jan 6, 2025
1 parent 5a0caaf commit 4ceda49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ciphernode/events/src/enclave_event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ impl EnclaveEvent {
_ => false,
}
}

pub fn event_type(&self) -> String {
let s = format!("{:?}", self);
extract_enclave_event_name(&s).to_string()
}
}

impl Event for EnclaveEvent {
Expand Down

0 comments on commit 4ceda49

Please sign in to comment.