1
Fork 0

librustc: Stop parsing assert.

This commit is contained in:
Patrick Walton 2013-03-06 14:14:06 -08:00
parent d7e74b5e91
commit 9a17ef9b52
16 changed files with 38 additions and 77 deletions

View file

@ -561,7 +561,6 @@ pub fn noop_fold_expr(e: &expr_, fld: @ast_fold) -> expr_ {
fld.fold_expr(e)
)
}
expr_assert(e) => expr_assert(fld.fold_expr(e)),
expr_mac(ref mac) => expr_mac(fold_mac((*mac))),
expr_struct(path, ref fields, maybe_expr) => {
expr_struct(