Skip to content

Commit d07ed02

Browse files
committed
various nits from review
1 parent f8feed7 commit d07ed02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/constant.rs

-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ fn define_all_allocs(tcx: TyCtxt<'_>, module: &mut dyn Module, cx: &mut Constant
369369
while let Some(todo_item) = cx.todo.pop() {
370370
let (data_id, alloc, section_name) = match todo_item {
371371
TodoItem::Alloc(alloc_id) => {
372-
//println!("alloc_id {}", alloc_id);
373372
let alloc = match tcx.global_alloc(alloc_id) {
374373
GlobalAlloc::Memory(alloc) => alloc,
375374
GlobalAlloc::Function(_) | GlobalAlloc::Static(_) | GlobalAlloc::VTable(..) => {

0 commit comments

Comments
 (0)