Skip to content

Commit

Permalink
Remove unused things
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekai-jiang committed Jan 5, 2025
1 parent ad199fe commit c4eb2f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/scala/stainless/genc/CAST.scala
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ object CAST { // C Abstract Syntax Tree

case object Break extends Expr

case object Continue extends Expr

case class Return(value: Expr) extends Expr {
require(value.isValue, s"Return expressions ($value) must be values")
}
Expand Down

0 comments on commit c4eb2f5

Please sign in to comment.