Skip to content

Commit

Permalink
Merge branch 'master' into 2024-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 authored Jul 20, 2024
2 parents 379e076 + 317d798 commit 9feabac
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/features/cseMachine/CseMachineUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -827,24 +827,6 @@ export function getControlItemComponent(
unhighlightOnHover,
topItem
);
case InstrType.GENERATE_CONT:
return new ControlItemComponent(
'generate cont',
'Generate continuation',
stackHeight,
highlightOnHover,
unhighlightOnHover,
topItem
);
case InstrType.RESUME_CONT:
return new ControlItemComponent(
'call cont',
'call a continuation',
stackHeight,
highlightOnHover,
unhighlightOnHover,
topItem
);
default:
return new ControlItemComponent(
'INSTRUCTION',
Expand Down

0 comments on commit 9feabac

Please sign in to comment.