Skip to content

Commit

Permalink
Remove unused context
Browse files Browse the repository at this point in the history
  • Loading branch information
waterlens committed Jan 14, 2025
1 parent 42cffaa commit 8ba879e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ final case class Ctx(
class_acc: ListBuffer[ClassInfo],
symbol_ctx: Map[Str, Name] = Map.empty,
fn_ctx: Map[Local, Name] = Map.empty, // is a known function
closure_ctx: Map[Local, Name] = Map.empty, // closure name // TODO remove – not needed?
class_ctx: Map[Local, Name] = Map.empty,
block_ctx: Map[Local, Name] = Map.empty,
):
Expand Down

0 comments on commit 8ba879e

Please sign in to comment.