diff --git a/scripts/sortextable.h b/scripts/sortextable.h index 742e63a172e988e2c0ce1e223b22c0b772f9f449..a98434b2b1d58d626b60312939cdba052d54a132 100644 --- a/scripts/sortextable.h +++ b/scripts/sortextable.h @@ -203,10 +203,6 @@ static int do_func(Elf_Ehdr *ehdr, _r(&sort_needed_sym->st_value) - _r(&sort_needed_sec->sh_addr); -#if 0 - printf("sort done marker at %lx\n", - (unsigned long)((char *)sort_done_location - (char *)ehdr)); -#endif /* We sorted it, clear the flag. */ w(0, sort_done_location); return 0;