From e2a942e4b2ccdf2caa2970201f90edf5be926c2b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 4 Sep 2022 20:10:40 +0300 Subject: chore(tvix/eval): clean up remains of previous disassembler impl Change-Id: Ib402ea23a58dc52ed0c5a97178cb5d0e53d69300 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6454 Reviewed-by: sterni Tested-by: BuildkiteCI --- tvix/eval/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/eval/src/lib.rs') diff --git a/tvix/eval/src/lib.rs b/tvix/eval/src/lib.rs index 447c74cc0e4c..b0baf3c249e9 100644 --- a/tvix/eval/src/lib.rs +++ b/tvix/eval/src/lib.rs @@ -1,7 +1,6 @@ mod builtins; mod chunk; mod compiler; -mod disassembler; mod errors; mod eval; pub mod observer; -- cgit 1.4.1