summaryrefslogtreecommitdiff
path: root/bfd/vms-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/vms-misc.c')
-rw-r--r--bfd/vms-misc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/bfd/vms-misc.c b/bfd/vms-misc.c
index 4b3fecc3762..048c643aba0 100644
--- a/bfd/vms-misc.c
+++ b/bfd/vms-misc.c
@@ -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 */