feat(interface-types) Remove abandonned instructions.

This commit is contained in:
Ivan Enderlin
2020-02-26 15:48:00 +01:00
parent 09498ee286
commit 8dacaab080
6 changed files with 3 additions and 404 deletions

View File

@@ -208,7 +208,6 @@ where
Instruction::WriteUtf8 { allocator_name } => {
instructions::write_utf8((*allocator_name).to_owned(), instruction_name)
}
_ => unimplemented!(),
}
})
.collect();