chore: remove unused const N

This commit is contained in:
rvcas 2021-11-22 19:58:38 -05:00
parent e4861b679d
commit 75778b9c07

View File

@ -513,8 +513,6 @@ impl AArch64Assembler {}
// Map all instructions to a packed struct.
trait Aarch64Bytes: PackedStruct {
const N: usize = 4;
#[inline(always)]
fn bytes(&self) -> [u8; 4] {
let mut bytes: [u8; 4] = [0, 0, 0, 0];