@@ -1081,7 +1081,6 @@ pub struct Resolver<'ra, 'tcx> {
1081
1081
/// `CrateNum` resolutions of `extern crate` items.
1082
1082
extern_crate_map : UnordMap < LocalDefId , CrateNum > ,
1083
1083
module_children : LocalDefIdMap < Vec < ModChild > > ,
1084
- trait_map : NodeMap < Vec < TraitCandidate > > ,
1085
1084
1086
1085
/// A map from nodes to anonymous modules.
1087
1086
/// Anonymous modules are pseudo-modules that are implicitly created around items
@@ -1499,7 +1498,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1499
1498
extra_lifetime_params_map : Default :: default ( ) ,
1500
1499
extern_crate_map : Default :: default ( ) ,
1501
1500
module_children : Default :: default ( ) ,
1502
- trait_map : NodeMap :: default ( ) ,
1503
1501
underscore_disambiguator : 0 ,
1504
1502
empty_module,
1505
1503
module_map,
@@ -1702,7 +1700,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1702
1700
lifetimes_res_map : self . lifetimes_res_map ,
1703
1701
extra_lifetime_params_map : self . extra_lifetime_params_map ,
1704
1702
next_node_id : self . next_node_id ,
1705
- trait_map : self . trait_map ,
1706
1703
lint_buffer : Steal :: new ( self . lint_buffer ) ,
1707
1704
delegation_fn_sigs : self . delegation_fn_sigs ,
1708
1705
} ;
0 commit comments