Skip to content

Commit

Permalink
Remove unused key fn
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Dec 1, 2024
1 parent 1b1e74b commit 0edbec8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages-rs/drainpipe-store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ impl DeadLetter {
error_message,
})
}

pub fn key(&self) -> &String {
match &self.0 {
DeadLetterInner::V1 { key, .. } => key,
}
}
}

impl Store {
Expand Down

0 comments on commit 0edbec8

Please sign in to comment.