remove stale macro
This commit is contained in:
parent
fe476ce884
commit
fc937099b3
@ -75,17 +75,3 @@ impl Router {
|
|||||||
None
|
None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// fixme: remove - not required?
|
|
||||||
#[macro_export]
|
|
||||||
macro_rules! methodinfo {
|
|
||||||
($($option:ident => $e:expr),*) => {{
|
|
||||||
let info = Router::new();
|
|
||||||
|
|
||||||
$(
|
|
||||||
info.$option = Some($e);
|
|
||||||
)*
|
|
||||||
|
|
||||||
info
|
|
||||||
}}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user