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>
This commit is contained in:
Gabe Black
2018-08-23 00:40:11 -07:00
parent 33341f42eb
commit 5627f7c14e
2 changed files with 0 additions and 12 deletions

View File

@@ -35,17 +35,6 @@ namespace sc_core
{
/*
* sc_event_finder
*/
void
sc_event_finder::warn_unimpl(const char *func) const
{
warn("%s not implemented.\n", __PRETTY_FUNCTION__);
}
/*
* sc_event_and_list
*/

View File

@@ -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: