Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
denhie committed Nov 16, 2023
1 parent 5038350 commit ea5dff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion effekt/jvm/src/main/scala/effekt/Repl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ class Repl(driver: Driver) extends REPL[Tree, EffektConfig, EffektError] {
case d: Def =>
val extendedDefs = module + d
val decl = extendedDefs.make(UnitLit())
val output = config.output()

runFrontend(source, decl, config) { cu =>
module = extendedDefs
Expand Down

0 comments on commit ea5dff5

Please sign in to comment.