Fix bug in vtable resolution

This commit is contained in:
Marijn Haverbeke 2012-03-21 15:56:36 +01:00
parent bc3f5e7160
commit 9502fb99e0
1 changed files with 0 additions and 2 deletions

View File

@ -3625,8 +3625,6 @@ mod vtable {
_ {}
}
}
ast::expr_fn(p, _, _, _) if ast::is_blockish(p) {}
ast::expr_fn(_, _, _, _) { ret; }
_ {}
}
visit::visit_expr(ex, fcx, v);