libsyntax: Remove 'unchecked_blk' from AST

This commit is contained in:
Brian Anderson
2012-09-18 11:51:06 -07:00
parent c755449fd6
commit 2d11a04e74
5 changed files with 2 additions and 9 deletions

View File

@@ -857,7 +857,6 @@ fn print_possibly_embedded_block_(s: ps, blk: ast::blk, embedded: embed_type,
indented: uint, attrs: ~[ast::attribute],
close_box: bool) {
match blk.node.rules {
ast::unchecked_blk => word(s.s, ~"unchecked"),
ast::unsafe_blk => word(s.s, ~"unsafe"),
ast::default_blk => ()
}