Skip to content
Snippets Groups Projects
Commit 90e30aa0 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

It means we actually don't need exitphase

parent 24c4b3be
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,3 @@ case class NoopPhase[T]() extends LeonPhase[T, T] {
val description = "no-op"
override def run(ctx: LeonContext)(v: T) = v
}
case class ExitPhase() extends LeonPhase[Any, Unit] {
val name = "end";
val description = "end"
override def run(ctx: LeonContext)(v: Any) = ()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment