Skip to content

Commit

Permalink
Remove unnecessary IdxRefine class
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo committed Sep 11, 2024
1 parent 849fc18 commit 5220264
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/scala/esmeta/ty/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ type Refinements = Map[RefinementKind, Map[Local, ValueTy]]
enum RefinementKind:
case True, False, Normal, Abrupt

/** indexed type refinements */
case class IdxRefine(idx: Int, kind: RefinementKind, ty: ValueTy)

// -----------------------------------------------------------------------------
// helpers
// -----------------------------------------------------------------------------
Expand Down

0 comments on commit 5220264

Please sign in to comment.