We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8feed7 commit d07ed02Copy full SHA for d07ed02
1 file changed
src/constant.rs
@@ -369,7 +369,6 @@ fn define_all_allocs(tcx: TyCtxt<'_>, module: &mut dyn Module, cx: &mut Constant
369
while let Some(todo_item) = cx.todo.pop() {
370
let (data_id, alloc, section_name) = match todo_item {
371
TodoItem::Alloc(alloc_id) => {
372
- //println!("alloc_id {}", alloc_id);
373
let alloc = match tcx.global_alloc(alloc_id) {
374
GlobalAlloc::Memory(alloc) => alloc,
375
GlobalAlloc::Function(_) | GlobalAlloc::Static(_) | GlobalAlloc::VTable(..) => {
0 commit comments