mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Remove previous x86 data corruption workaround. #4054
This commit is contained in:
parent
55aa49882d
commit
3464f60c00
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user