summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-08-23 00:40:11 -0700
committerGabe Black <gabeblack@google.com>2018-09-26 00:00:49 +0000
commit5627f7c14e9dd7f056b7b9d83284aefa4e5e9a9d (patch)
tree5471e75520a1c626403537e5fba4c779fe939008 /src/systemc/ext/core
parent33341f42eb12d17dc2b9e4ed65dd9351a3947e27 (diff)
downloadgem5-5627f7c14e9dd7f056b7b9d83284aefa4e5e9a9d.tar.xz
systemc: Get rid of the unused warning function in sc_event_finder_t.
Change-Id: Id615856af7ea366e499747e00f66924a25623663 Reviewed-on: https://gem5-review.googlesource.com/12261 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/core')
-rw-r--r--src/systemc/ext/core/sc_event.hh1
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: