Skip to content

Commit bfc2a74

Browse files
committed
Remove unused DbLabel::Errors
1 parent 28dfc77 commit bfc2a74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

database/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,6 @@ mod index_serde {
524524

525525
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
526526
pub enum DbLabel {
527-
Errors {
528-
benchmark: Benchmark,
529-
},
530527
StatisticDescription {
531528
benchmark: Benchmark,
532529
profile: Profile,
@@ -544,7 +541,6 @@ impl Lookup for DbLabel {
544541
type Id = u32;
545542
fn lookup(&self, index: &Index) -> Option<Self::Id> {
546543
match self {
547-
DbLabel::Errors { benchmark } => index.errors.get(benchmark),
548544
DbLabel::StatisticDescription {
549545
benchmark,
550546
profile,

0 commit comments

Comments
 (0)