diff options
Diffstat (limited to 'gcc/cp/error.c')
-rw-r--r-- | gcc/cp/error.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/cp/error.c b/gcc/cp/error.c index 07fa6d9..2f14db6 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -1919,14 +1919,6 @@ decl_as_string (tree decl, int flags) return pp_formatted_text (cxx_pp); } -const char * -context_as_string (tree context, int flags) -{ - reinit_cxx_pp (); - dump_scope (context, flags); - return pp_formatted_text (cxx_pp); -} - /* Generate the three forms of printable names for cxx_printable_name. */ const char * |