Skip to content

Commit a2388e2

Browse files
CAG2MarkLPTK
authored andcommitted
remove comments about incorrect lines
1 parent 0bc05a7 commit a2388e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,12 @@ class StackSafeTransform(depthLimit: Int)(using State):
7373
let curOffset = stackOffset
7474
stackOffset = stackDepth
7575
let ret = resume()
76-
// stackOffset = curOffset // this line is wrong
7776
ret
7877
*/
7978
blockBuilder
8079
.assign(curOffsetSym, stackOffsetPath)
8180
.assignFieldN(predefPath, STACK_OFFSET_IDENT, stackDepthPath)
8281
.assign(handlerRes, Call(Value.Ref(resumeSym), Nil)(true))
83-
// .assignFieldN(predefPath, STACK_OFFSET_IDENT, curOffsetSym.asPath) // this line is wrong
8482
.ret(handlerRes.asPath)
8583
) :: Nil,
8684
blockBuilder

0 commit comments

Comments
 (0)