1
Fork 0

remove a machine hook that is no longer used

This commit is contained in:
Ralf Jung 2024-03-09 18:15:56 +01:00
parent 2005c2e54d
commit b888e895de
3 changed files with 0 additions and 24 deletions

View file

@ -221,9 +221,6 @@ impl<'tcx, Prov: Provenance> LocalState<'tcx, Prov> {
/// Overwrite the local. If the local can be overwritten in place, return a reference
/// to do so; otherwise return the `MemPlace` to consult instead.
///
/// Note: Before calling this, call the `before_access_local_mut` machine hook! You may be
/// invalidating machine invariants otherwise!
#[inline(always)]
pub(super) fn access_mut(&mut self) -> InterpResult<'tcx, &mut Operand<Prov>> {
match &mut self.value {