From c7ff0b98146693b60a3f075818f96764f646b2d5 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 29 Jul 2022 22:41:17 -0700 Subject: Fix the bytecode interpreter. I'm too scared to actually try to run it right now. --- bytecode/src/collector.rs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bytecode/src/collector.rs (limited to 'bytecode/src/collector.rs') diff --git a/bytecode/src/collector.rs b/bytecode/src/collector.rs deleted file mode 100644 index 38a2cf9..0000000 --- a/bytecode/src/collector.rs +++ /dev/null @@ -1 +0,0 @@ -fn collect_garbage(heap: -- cgit v1.3.1