From e7bb33aed889aebae1b141cdcc2aeeebab1724ee Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 3 Aug 2013 23:51:29 -0400 Subject: rm obsolete `for` support from the compiler --- src/libsyntax/ast.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libsyntax/ast.rs') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 11f2c7005bc..cf7a1e51798 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -472,11 +472,6 @@ pub enum expr_ { expr_loop(Block, Option), expr_match(@expr, ~[arm]), expr_fn_block(fn_decl, Block), - // Inner expr is always an expr_fn_block. We need the wrapping node to - // easily type this (a function returning nil on the inside but bool on - // the outside). - expr_loop_body(@expr), - // Like expr_loop_body but for 'do' blocks expr_do_body(@expr), expr_block(Block), -- cgit 1.4.1-3-g733a5