diff options
Diffstat (limited to 'gcc/opts.h')
-rw-r--r-- | gcc/opts.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/opts.h b/gcc/opts.h index 621cdea4934..dbefc6401d9 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -291,10 +291,6 @@ struct cl_option_handlers void (*wrong_lang_callback) (const struct cl_decoded_option *decoded, unsigned int lang_mask); - /* Callback to call after the successful handling of any option. */ - void (*post_handling_callback) (const struct cl_decoded_option *decoded, - unsigned int mask); - /* The number of individual handlers. */ size_t num_handlers; |