Skip to content

Commit 3464f60

Browse files
committed
Remove previous x86 data corruption workaround. #4054
1 parent 55aa498 commit 3464f60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc/middle/privacy.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,6 @@ fn check_crate(tcx: ty::ctxt, method_map: &method_map, crate: @ast::crate) {
192192
193193
visit::visit_mod(the_module, span, node_id, method_map, visitor);
194194
195-
// FIXME #4054: n_added gets corrupted without this log statement
196-
debug!("%i", n_added);
197-
198195
for n_added.times {
199196
ignore(privileged_items.pop());
200197
}

0 commit comments

Comments
 (0)