Remove mir encode calls that didn't actually encode anything
This commit is contained in:
parent
552f391969
commit
dadf937a12
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue