Skip to content

Commit 8dc92a3

Browse files
committed
remove another unused Key impl
1 parent a648c26 commit 8dc92a3

File tree

1 file changed

+0
-9
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-9
lines changed

compiler/rustc_middle/src/query/keys.rs

-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use rustc_hir::hir_id::{HirId, OwnerId};
1212
use rustc_query_system::query::{DefaultCacheSelector, SingleCacheSelector, VecCacheSelector};
1313
use rustc_span::symbol::{Ident, Symbol};
1414
use rustc_span::{Span, DUMMY_SP};
15-
use rustc_target::abi::FieldIdx;
1615

1716
/// Placeholder for `CrateNum`'s "local" counterpart
1817
#[derive(Copy, Clone, Debug)]
@@ -360,14 +359,6 @@ impl<'tcx> Key for (ty::ParamEnv<'tcx>, ty::TraitRef<'tcx>) {
360359
}
361360
}
362361

363-
impl<'tcx> Key for (ty::Const<'tcx>, FieldIdx) {
364-
type CacheSelector = DefaultCacheSelector<Self>;
365-
366-
fn default_span(&self, _: TyCtxt<'_>) -> Span {
367-
DUMMY_SP
368-
}
369-
}
370-
371362
impl<'tcx> Key for ty::PolyTraitRef<'tcx> {
372363
type CacheSelector = DefaultCacheSelector<Self>;
373364

0 commit comments

Comments
 (0)