diff options
| author | bors <bors@rust-lang.org> | 2014-02-04 06:31:34 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-02-04 06:31:34 -0800 |
| commit | ef53b7a97c58f65ac6967dfc6d30a4354afa34a3 (patch) | |
| tree | 23051c95f1ebf1e4237b8fa74b6dfaa174a038a0 /src/libsyntax | |
| parent | cdc678945fec211b06b6ec4ba059b8259dfeb2c2 (diff) | |
| parent | 6c41192c4188ee3155d44a05a5e41e61088f1938 (diff) | |
| download | rust-ef53b7a97c58f65ac6967dfc6d30a4354afa34a3.tar.gz rust-ef53b7a97c58f65ac6967dfc6d30a4354afa34a3.zip | |
auto merge of #12026 : alexcrichton/rust/snapshots, r=cmr
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index e2aa9e3b3ee..e2460b0171a 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -33,11 +33,6 @@ This API is completely unstable and subject to change. extern mod extra; extern mod term; -#[cfg(stage0)] -macro_rules! if_ok ( - ($e:expr) => (match $e { Ok(e) => e, Err(e) => return Err(e) }) -) - pub mod util { pub mod interner; #[cfg(test)] |
