Skip to content

Commit

Permalink
Remove accidentally committed unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sareen committed Nov 29, 2024
1 parent d58d7a7 commit 8dff03c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/policy/largeobjectspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ impl<VM: VMBinding> LargeObjectSpace<VM> {
let sweep = |object: ObjectReference| {
#[cfg(feature = "vo_bit")]
crate::util::metadata::vo_bit::unset_vo_bit(object);
if self.common.needs_log_bit {
VM::VMObjectModel::GLOBAL_LOG_BIT_SPEC
.clear::<VM>(object, Ordering::SeqCst);
}
let start = object.to_object_start::<VM>();
#[cfg(feature = "poison_on_release")]
crate::util::memory::set(start, 0xed, VM::VMObjectModel::get_current_size(object));
Expand Down

0 comments on commit 8dff03c

Please sign in to comment.