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:
Steven Fackler 2014-01-24 08:46:31 -08:00
parent 86a8b031f5
commit 3ba916ddff

View File

@ -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)+) => ({