Remove unused macro

This commit is contained in:
bjorn3
2025-09-14 20:21:38 +02:00
parent 200aeac2ba
commit d1c7177038
-9
View File
@@ -265,15 +265,6 @@ impl InterruptStack {
pub fn set_singlestep(&mut self, _singlestep: bool) {}
}
#[macro_export]
macro_rules! aarch64_asm {
($($strings:expr_2021,)+) => {
core::arch::global_asm!(concat!(
$($strings),+,
));
};
}
#[macro_export]
macro_rules! push_scratch {
() => {