retire TrailedAttrVarHeapLink TrailEntry tag

This commit is contained in:
Mark Thom
2023-02-10 22:35:41 -07:00
parent 359619e035
commit 491472a8c5
3 changed files with 0 additions and 16 deletions

View File

@@ -863,9 +863,6 @@ impl Machine {
TrailEntryTag::TrailedAttrVar => {
self.machine_st.heap[h] = attr_var_as_cell!(h);
}
TrailEntryTag::TrailedAttrVarHeapLink => {
self.machine_st.heap[h] = heap_loc_as_cell!(h);
}
TrailEntryTag::TrailedAttrVarListLink => {
let l = self.machine_st.trail[i + 1].get_value() as usize;