remove impl_backend_constants parameter

was unused
This commit is contained in:
steven-omaha
2023-01-10 12:07:39 +01:00
parent 02116b1f16
commit 832b94e2dc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#[macro_export]
macro_rules! impl_backend_constants {
($name:ident) => {
() => {
fn get_binary(&self) -> Text {
BINARY
}