Change-Id: Id615856af7ea366e499747e00f66924a25623663
Reviewed-on: https://gem5-review.googlesource.com/12261
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
{
-/*
- * sc_event_finder
- */
-
-void
-sc_event_finder::warn_unimpl(const char *func) const
-{
- warn("%s not implemented.\n", __PRETTY_FUNCTION__);
-}
-
-
/*
* sc_event_and_list
*/
class sc_event_finder
{
protected:
- void warn_unimpl(const char *func) const;
virtual ~sc_event_finder() {}
public: