aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lex.c
diff options
context:
space:
mode:
authorPatrick Palka <patrick@parcs.ath.cx>2015-06-03 00:50:13 +0700
committerJason Merrill <jason@gcc.gnu.org>2015-06-02 13:50:13 -0400
commit5d58db82b01c8c93ebe81257f7eca71098fad03b (patch)
treeef91ed22923e9247fad2ce790e2e86b7b33ba0ad /gcc/cp/lex.c
parent1a607203b23e1429dd128b106d5a476a8fd1a8a4 (diff)
downloadgcc-5d58db82b01c8c93ebe81257f7eca71098fad03b.zip
gcc-5d58db82b01c8c93ebe81257f7eca71098fad03b.tar.gz
gcc-5d58db82b01c8c93ebe81257f7eca71098fad03b.tar.bz2
cp-tree.h (init_error): Remove declaration.
* cp-tree.h (init_error): Remove declaration. * error.c (scratch_pretty_printer): Rename to ... (actual_pretty_printer): ... this. (cxx_pp): Constify and update accordingly. (init_error): Remove definition. * lex.c (cxx_init): Do not call init_error. From-SVN: r224037
Diffstat (limited to 'gcc/cp/lex.c')
-rw-r--r--gcc/cp/lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index 0fced4f..bde15bc 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.c
@@ -259,7 +259,6 @@ cxx_init (void)
init_cp_semantics ();
init_operators ();
init_method ();
- init_error ();
current_function_decl = NULL;