Delete ignore! macro
This was a holdover from when we didn't allow nested comment blocks (think #if 0). It isn't used anywhere.
This commit is contained in:
parent
86a8b031f5
commit
3ba916ddff
1 changed files with 0 additions and 3 deletions
|
|
@ -9,9 +9,6 @@
|
|||
// except according to those terms.
|
||||
#[macro_escape];
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! ignore (($($x:tt)*) => (()))
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! log(
|
||||
($lvl:expr, $($arg:tt)+) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue