Skip to content

Commit 3ba916d

Browse files
committed
Delete ignore! macro
This was a holdover from when we didn't allow nested comment blocks (think #if 0). It isn't used anywhere.
1 parent 86a8b03 commit 3ba916d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/macros.rs

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// except according to those terms.
1010
#[macro_escape];
1111

12-
#[macro_export]
13-
macro_rules! ignore (($($x:tt)*) => (()))
14-
1512
#[macro_export]
1613
macro_rules! log(
1714
($lvl:expr, $($arg:tt)+) => ({

0 commit comments

Comments
 (0)