interpret: remove outdated comment

This commit is contained in:
Ralf Jung
2024-04-16 17:33:12 +02:00
parent 1dea922ea6
commit 5b8b9cfaaa
2 changed files with 0 additions and 3 deletions

View File

@@ -347,8 +347,6 @@ pub trait Machine<'mir, 'tcx: 'mir>: Sized {
/// allocation (because a copy had to be done to adjust things), machine memory will
/// cache the result. (This relies on `AllocMap::get_or` being able to add the
/// owned allocation to the map even when the map is shared.)
///
/// This must only fail if `alloc` contains provenance.
fn adjust_allocation<'b>(
ecx: &InterpCx<'mir, 'tcx, Self>,
id: AllocId,