diff options
Diffstat (limited to 'gcc/cp/decl2.c')
| -rw-r--r-- | gcc/cp/decl2.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index e07a7498e98..8bdd43e39f4 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -59,7 +59,6 @@ typedef struct priority_info_s { int destructions_p; } *priority_info; -static void cxx_post_options PARAMS ((void)); static void mark_vtable_entries PARAMS ((tree)); static void grok_function_init PARAMS ((tree, tree)); static int finish_vtable_vardecl PARAMS ((tree *, void *)); @@ -544,16 +543,6 @@ static const char * const unsupported_options[] = { "strict-prototype", }; -/* Each front end provides its own. */ -struct lang_hooks lang_hooks = {cxx_post_options}; - -/* Post-switch processing. */ -static void -cxx_post_options () -{ - cpp_post_options (parse_in); -} - /* Compare two option strings, pointed two by P1 and P2, for use with bsearch. */ |

