Skip to content

Commit 4dff504

Browse files
committed
refactor(architecture): remove no longer used instruction separated field
1 parent d74bf22 commit 4dff504

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/architecture.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ pub struct Instruction<'a> {
238238
// Can't be a reference because there might be escape sequences, which require
239239
// modifying the data on deserialization
240240
pub definition: String,
241-
/// Determines whether the field `i` is separated in the resulting binary instruction
242-
pub separated: Option<Vec<bool>>,
243241
/// Help information of the instruction
244242
pub help: &'a str,
245243
/// Properties of the instruction

0 commit comments

Comments
 (0)