summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 7256c5a74fe..95419c5b37e 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -112,7 +112,6 @@ init_c_lex ()
cb = cpp_get_callbacks (parse_in);
- cb->register_builtins = cb_register_builtins;
cb->line_change = cb_line_change;
cb->ident = cb_ident;
cb->def_pragma = cb_def_pragma;