* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
[deliverable/binutils-gdb.git] / bfd / vms-misc.c
index 4b3fecc37624dfaafac33ae2211cbc2a67e3f9e0..048c643aba0c2f4a0b9ce45b0877dea47d155a49 100644 (file)
@@ -770,13 +770,7 @@ _bfd_vms_output_flush (abfd)
   while (aligncount-- > 0)
     {
       PRIV (output_buf)[real_size++] = 0;
-#if 0
-      /* this is why I *love* vms: inconsistency :-}
-        alignment is added to the subrecord length
-        but not to the record length  */
-      if (PRIV (push_level) > 0)
-#endif
-       length++;
+      length++;
     }
 
   /* put length to buffer  */
This page took 0.02465 seconds and 4 git commands to generate.