diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 6ecab52..5af21cb 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -208,11 +208,6 @@ struct cpp_toklist unsigned int line; /* starting line number */ - /* Comment copying. */ - cpp_token *comments; /* comment tokens. */ - unsigned int comments_used; /* comment tokens used. */ - unsigned int comments_cap; /* comment token capacity. */ - /* The handler to call after lexing the rest of this line. -1 for none */ short dirno; |