Remove debugging code accidentally included in last commit.

This commit is contained in:
Ian Lance Taylor 2009-11-05 19:56:41 +00:00
parent 96a0d71b76
commit 12af2ab656
1 changed files with 0 additions and 2 deletions

View File

@ -3554,11 +3554,9 @@ Output_segment::set_section_list_addresses(const Layout* layout, bool reset,
off += (*p)->address() - (addr + (off - startoff));
else
{
#if 0
if (!layout->script_options()->saw_sections_clause())
gold_unreachable();
else
#endif
{
Output_section* os = (*p)->output_section();