From 0aeca647777d2f17e40290e76c37e993e23c64ce Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 4 Sep 2022 20:46:27 +0300 Subject: chore(tvix/eval): clean up a stale comment Change-Id: If1b02fe1c78398387ea98490e5b099f1ff1b4164 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6455 Reviewed-by: sterni Tested-by: BuildkiteCI --- tvix/eval/src/compiler/scope.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tvix/eval') diff --git a/tvix/eval/src/compiler/scope.rs b/tvix/eval/src/compiler/scope.rs index 874c6168c1c7..a7791b750af0 100644 --- a/tvix/eval/src/compiler/scope.rs +++ b/tvix/eval/src/compiler/scope.rs @@ -130,10 +130,6 @@ pub struct LocalIdx(usize); /// Represents a scope known during compilation, which can be resolved /// directly to stack indices. -/// -/// TODO(tazjin): `with`-stack -/// TODO(tazjin): flag "specials" (e.g. note depth if builtins are -/// overridden) #[derive(Debug, Default)] pub struct Scope { pub locals: Vec, -- cgit 1.4.1