From 5bec549e01d29ce1beabfaa45ba31c07a247bea8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 27 Apr 1995 14:28:46 -0400 Subject: [PATCH] (struct argdata): Remove unused `comments' member. (macarg): Don't set `comments' member. From-SVN: r9509 --- gcc/cccp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/cccp.c b/gcc/cccp.c index 0bc6a5a1baf..baa838f6319 100644 --- a/gcc/cccp.c +++ b/gcc/cccp.c @@ -8012,7 +8012,6 @@ struct argdata { int stringified_length; U_CHAR *free1, *free2; char newlines; - char comments; char use_count; }; @@ -8492,7 +8491,6 @@ macarg (argptr, rest_args) argptr->raw_length = bufsize; argptr->free1 = buffer; argptr->newlines = newlines; - argptr->comments = comments; if ((newlines || comments) && ip->fname != 0) argptr->raw_length = final_start + -- 2.30.2