aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorCatherine Moore <clm@gcc.gnu.org>1999-10-29 13:11:16 -0400
committerCatherine Moore <clm@gcc.gnu.org>1999-10-29 13:11:16 -0400
commit7ed6230077686c1277eec925983b2037608dacbc (patch)
tree9dd4113ae50f606317f72bb3bd33d1c31a6f7c34 /gcc/function.c
parent4fba106154c2a7fd4679cfe0c20f68a9f1b92855 (diff)
downloadgcc-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.c1
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)
{