Remove unused method from typeck::writeback

This commit is contained in:
Brian Anderson 2011-07-06 11:04:33 -07:00
parent c1136e4e05
commit 0c9c4cb575

View file

@ -1061,9 +1061,6 @@ mod writeback {
fn visit_expr_pre(@fn_ctxt fcx, &@ast::expr e) {
resolve_type_vars_for_node(fcx, e.span, e.id);
}
fn visit_expr_post(@mutable bool ignore, &@ast::expr e) {
*ignore = false;
}
fn visit_block_pre(@fn_ctxt fcx, &ast::block b) {
resolve_type_vars_for_node(fcx, b.span, b.node.id);
}