Remove #ifmt. Issue #855

This commit is contained in:
Brian Anderson 2011-09-01 18:50:49 -07:00
parent 418d09e547
commit 1d3eb4911a
3 changed files with 0 additions and 432 deletions

View file

@ -23,8 +23,6 @@ tag syntax_extension {
fn syntax_expander_table() -> hashmap<istr, syntax_extension> {
let syntax_expanders = new_str_hash::<syntax_extension>();
syntax_expanders.insert(~"fmt", normal(ext::fmt::expand_syntax_ext));
// FIXME: Transitional. Remove
syntax_expanders.insert(~"ifmt", normal(ext::fmt::expand_syntax_ext));
syntax_expanders.insert(~"env", normal(ext::env::expand_syntax_ext));
syntax_expanders.insert(~"macro",
macro_defining(ext::simplext::add_new_extension));