Remove empty class Merge_map.
[deliverable/binutils-gdb.git] / gold / output.cc
index 01838cc86e00a5a982fda8817b0b296550cb2011..8faa0403dbb0a8b5d063481a3358c5e4efeec1f6 100644 (file)
@@ -2210,7 +2210,7 @@ Output_section::Input_section::is_merge_section_for(const Relobj* object,
 {
   if (this->is_input_section())
     return false;
-  return this->u2_.posd->is_merge_section_for(object, shndx);
+  return object->is_merge_section_for(this->u2_.posd, shndx);
 }
 
 // Write out the data.  We don't have to do anything for an input
This page took 0.02454 seconds and 4 git commands to generate.