Skip to content

Commit

Permalink
Remove unused code CallKind (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonechoe committed Jul 23, 2024
1 parent 7e55889 commit 0029b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/esmeta/interpreter/Interpreter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ class Interpreter(
aux(params, args, 0)
map
}
enum CallKind { case Clo, Cont, Method, Sdo }

/** helper for return-if-abrupt cases */
def returnIfAbrupt(
Expand Down

0 comments on commit 0029b9c

Please sign in to comment.