From bf64659388a2a848f04a493c22250103b5cab13e Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 16 May 2001 06:42:06 +0000 Subject: [PATCH] c-lex.h (save_and_forget_protocol_qualifiers, [...]): Remove deleted functions' prototypes. * c-lex.h (save_and_forget_protocol_qualifiers, forget_protocol_qualifiers, remember_protocol_qualifiers): Remove deleted functions' prototypes. From-SVN: r42135 --- gcc/ChangeLog | 6 ++++++ gcc/c-lex.h | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70561097d88b..ffb5625eba28 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-05-16 Neil Booth + + * c-lex.h (save_and_forget_protocol_qualifiers, + forget_protocol_qualifiers, remember_protocol_qualifiers): + Remove deleted functions' prototypes. + 2001-05-16 Neil Booth * c-parse.in (methodtype): New production. diff --git a/gcc/c-lex.h b/gcc/c-lex.h index 4856d076b476..2ca4e864817c 100644 --- a/gcc/c-lex.h +++ b/gcc/c-lex.h @@ -27,10 +27,6 @@ extern void position_after_white_space PARAMS ((void)); extern int c_lex PARAMS ((tree *)); extern const char *init_c_lex PARAMS ((const char *)); -extern void save_and_forget_protocol_qualifiers PARAMS ((void)); -extern void forget_protocol_qualifiers PARAMS ((void)); -extern void remember_protocol_qualifiers PARAMS ((void)); - extern int indent_level; struct cpp_reader; -- 2.43.5