From 3ba916ddff5f2d064c3930c2b9259fa6d415c15b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 24 Jan 2014 08:46:31 -0800 Subject: [PATCH] Delete ignore! macro This was a holdover from when we didn't allow nested comment blocks (think #if 0). It isn't used anywhere. --- src/libstd/macros.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index effc9a77c1d7..e7844101c5fc 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -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)+) => ({