diff options
Diffstat (limited to 'src/systemc/ext/utils')
-rw-r--r-- | src/systemc/ext/utils/sc_report_handler.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/systemc/ext/utils/sc_report_handler.hh b/src/systemc/ext/utils/sc_report_handler.hh index 6ce20afb4..f65b32cca 100644 --- a/src/systemc/ext/utils/sc_report_handler.hh +++ b/src/systemc/ext/utils/sc_report_handler.hh @@ -105,10 +105,6 @@ class sc_report_handler static void set_handler(sc_report_handler_proc); static void default_handler(const sc_report &, const sc_actions &); static sc_actions get_new_action_id(); - // Nonstandard - // Returns the current handler so it can be restored if it needs to be - // changed temporarily. - static sc_report_handler_proc get_handler(); static sc_report *get_cached_report(); static void clear_cached_report(); |