Remove previous x86 data corruption workaround. #4054

This commit is contained in:
Brian Anderson 2012-12-06 15:25:43 -08:00
parent 55aa49882d
commit 3464f60c00

View File

@ -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());
}