Skip to content

Commit

Permalink
Remove previous x86 data corruption workaround. #4054
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 6, 2012
1 parent 55aa498 commit 3464f60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustc/middle/privacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ fn check_crate(tcx: ty::ctxt, method_map: &method_map, crate: @ast::crate) {
visit::visit_mod(the_module, span, node_id, method_map, visitor);
// FIXME #4054: n_added gets corrupted without this log statement
debug!("%i", n_added);

for n_added.times {
ignore(privileged_items.pop());
}
Expand Down

0 comments on commit 3464f60

Please sign in to comment.