diff options
Diffstat (limited to 'src/systemc/ext')
-rw-r--r-- | src/systemc/ext/core/sc_event.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemc/ext/core/sc_event.hh b/src/systemc/ext/core/sc_event.hh index f8a32f343..a5ac2d4f0 100644 --- a/src/systemc/ext/core/sc_event.hh +++ b/src/systemc/ext/core/sc_event.hh @@ -59,7 +59,6 @@ class sc_port_base; class sc_event_finder { protected: - void warn_unimpl(const char *func) const; virtual ~sc_event_finder() {} public: |