diff options
author | Catherine Moore <clm@gcc.gnu.org> | 1999-10-29 13:11:16 -0400 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 1999-10-29 13:11:16 -0400 |
commit | 7ed6230077686c1277eec925983b2037608dacbc (patch) | |
tree | 9dd4113ae50f606317f72bb3bd33d1c31a6f7c34 /gcc/function.c | |
parent | 4fba106154c2a7fd4679cfe0c20f68a9f1b92855 (diff) | |
download | gcc-7ed6230077686c1277eec925983b2037608dacbc.zip gcc-7ed6230077686c1277eec925983b2037608dacbc.tar.gz gcc-7ed6230077686c1277eec925983b2037608dacbc.tar.bz2 |
Remove stray comment.
From-SVN: r30260
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 847dcdf..fe1b5ee 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4990,7 +4990,6 @@ pad_to_arg_alignment (offset_ptr, boundary, alignment_pad) alignment_pad->var = NULL_TREE; alignment_pad->constant = 0; - /* END CYGNUS LOCAL */ if (boundary > BITS_PER_UNIT) { |