bfd/
[binutils-gdb.git] / bfd / coffgen.c
index c905ab17eec77e5ebfcdb8bc18c007f50d4474ca..fcb00fc4737cb03b1cee6a91be9bdf715d81b5c0 100644 (file)
@@ -226,7 +226,7 @@ coff_real_object_p (abfd, nscns, internal_f, internal_a)
   if (! bfd_coff_set_arch_mach_hook (abfd, (PTR) internal_f))
     goto fail;
 
-  /* Now copy data as required; construct all asections etc */
+  /* Now copy data as required; construct all asections etc */
   if (nscns != 0)
     {
       unsigned int i;
@@ -241,8 +241,6 @@ coff_real_object_p (abfd, nscns, internal_f, internal_a)
        }
     }
 
-  /*  make_abs_section (abfd); */
-
   return abfd->xvec;
 
  fail: