Remove unused method from typeck::writeback
This commit is contained in:
parent
c1136e4e05
commit
0c9c4cb575
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user