We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee07b98 commit 317d798Copy full SHA for 317d798
src/features/cseMachine/CseMachineUtils.ts
@@ -827,24 +827,6 @@ export function getControlItemComponent(
827
unhighlightOnHover,
828
topItem
829
);
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
841
- 'call cont',
842
- 'call a continuation',
843
844
845
846
847
848
default:
849
return new ControlItemComponent(
850
'INSTRUCTION',
0 commit comments