Skip to content

Commit 0c9c4cb

Browse files
committed
Remove unused method from typeck::writeback
1 parent c1136e4 commit 0c9c4cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/comp/middle/typeck.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,9 +1061,6 @@ mod writeback {
10611061
fn visit_expr_pre(@fn_ctxt fcx, &@ast::expr e) {
10621062
resolve_type_vars_for_node(fcx, e.span, e.id);
10631063
}
1064-
fn visit_expr_post(@mutable bool ignore, &@ast::expr e) {
1065-
*ignore = false;
1066-
}
10671064
fn visit_block_pre(@fn_ctxt fcx, &ast::block b) {
10681065
resolve_type_vars_for_node(fcx, b.span, b.node.id);
10691066
}

0 commit comments

Comments
 (0)