Skip to content

Commit a739238

Browse files
committed
remove useless class
1 parent fe19f1e commit a739238

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hkmc2/shared/src/main/scala/hkmc2/codegen/HandlerLowering.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ object HandlerLowering:
4444
private case class LinkState(res: Local, cls: Path, uid: StateId, doUnwind: Opt[LazyVal[Path]])
4545

4646
type FnOrCls = Either[BlockMemberSymbol, MemberSymbol[? <: ClassLikeDef] & InnerSymbol]
47-
case class DoUnwindInfo(
48-
funOrCtor: FnOrCls,
49-
sym: BlockMemberSymbol
50-
)
5147

5248
// isTopLevel:
5349
// whether the current block is the top level block, as we do not emit code for continuation class on the top level

0 commit comments

Comments
 (0)