Remove the unused CtxSnapshot scope reconstruction

This commit is contained in:
Dennis Kobert
2026-07-31 22:55:53 +02:00
parent 32d244e700
commit 1fb6fcb447

View File

@@ -1034,10 +1034,6 @@ impl CtxSnapshot {
pub fn generations(&self) -> &[(SourceId, u64)] {
&self.generations
}
pub fn scope<'s>(&'s self, arena: &'s Arena) -> EvalScope<'s> {
EvalScope::new(self.real_time, self.animation_time, self.pointer_position, &self.generations, arena)
}
}
impl ExtractFootprint for CtxSnapshot {