Skip to content

Commit 317d798

Browse files
authored
Remove GENERATE_CONT and RESUME_CONT (#3008)
1 parent ee07b98 commit 317d798

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/features/cseMachine/CseMachineUtils.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -827,24 +827,6 @@ export function getControlItemComponent(
827827
unhighlightOnHover,
828828
topItem
829829
);
830-
case InstrType.GENERATE_CONT:
831-
return new ControlItemComponent(
832-
'generate cont',
833-
'Generate continuation',
834-
stackHeight,
835-
highlightOnHover,
836-
unhighlightOnHover,
837-
topItem
838-
);
839-
case InstrType.RESUME_CONT:
840-
return new ControlItemComponent(
841-
'call cont',
842-
'call a continuation',
843-
stackHeight,
844-
highlightOnHover,
845-
unhighlightOnHover,
846-
topItem
847-
);
848830
default:
849831
return new ControlItemComponent(
850832
'INSTRUCTION',

0 commit comments

Comments
 (0)