Remove mir encode calls that didn't actually encode anything
This commit is contained in:
parent
552f391969
commit
dadf937a12
@ -758,8 +758,6 @@ impl EncodeContext<'a, 'tcx> {
|
||||
self.encode_generics(def_id);
|
||||
self.encode_explicit_predicates(def_id);
|
||||
self.encode_inferred_outlives(def_id);
|
||||
self.encode_optimized_mir(def_id.expect_local());
|
||||
self.encode_promoted_mir(def_id.expect_local());
|
||||
}
|
||||
|
||||
fn encode_enum_variant_ctor(&mut self, def: &ty::AdtDef, index: VariantIdx) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user