From 856865ea081e1bcd0dff3857b5658c70049840fb Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Thu, 9 Jun 2022 13:05:59 +0200 Subject: [PATCH] :sparkles: --- Fasto/DeadBindingRemoval.fs | 1 - 1 file changed, 1 deletion(-) diff --git a/Fasto/DeadBindingRemoval.fs b/Fasto/DeadBindingRemoval.fs index 72ba803..b59a98e 100644 --- a/Fasto/DeadBindingRemoval.fs +++ b/Fasto/DeadBindingRemoval.fs @@ -60,7 +60,6 @@ let rec removeDeadBindingsInExp (e : TypedExp) : (bool * DBRtab * TypedExp) = (anytrue ios, List.fold SymTab.combine (SymTab.empty()) uses, ArrayLit (es', t, pos) ) - (* ToDO: Task 3: implement the cases of `Var`, `Index` and `Let` expressions below *) | Var (name, pos) -> let symtab = SymTab.empty() let symtab = recordUse name symtab