remove DynamicIs

This commit is contained in:
Mark Thom
2018-03-17 15:01:31 -06:00
parent d8bcf47462
commit 64ab9a0337
5 changed files with 12 additions and 14 deletions

View File

@@ -498,7 +498,7 @@ macro_rules! display {
macro_rules! dynamic_is {
() => (
Line::Control(ControlInstruction::DynamicIs)
Line::Control(ControlInstruction::CallClause(ClauseType::Is, 2, 0, false))
)
}