summaryrefslogtreecommitdiffstats
path: root/gcc/cp/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r--gcc/cp/lex.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index b655b0974fa..00765867ce1 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.c
@@ -248,9 +248,6 @@ cxx_post_options ()
void
cxx_init_options ()
{
- /* Make identifier nodes long enough for the language-specific slots. */
- set_identifier_size (sizeof (struct lang_identifier));
-
parse_in = cpp_create_reader (ident_hash, CLK_GNUCXX);
/* Default exceptions on. */
@@ -281,12 +278,6 @@ cxx_finish ()
GNU_xref_end (errorcount+sorrycount);
}
-const char *
-lang_identify ()
-{
- return "cplusplus";
-}
-
static int *
init_cpp_parse ()
{
OpenPOWER on IntegriCloud