From 59eeb1bb52aeec8c3c406d25598ae729ceb4e6bb Mon Sep 17 00:00:00 2001 From: Andrew Schultz Date: Fri, 31 Oct 2003 22:09:18 -0500 Subject: eventq.cc, eventq.hh: Cleaned up serialization sim/eventq.hh: sim/eventq.cc: Cleaned up serialization --HG-- extra : convert_revision : b75696d75f1aee16ebca2076fdd3cd4913593762 --- sim/eventq.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sim/eventq.hh') diff --git a/sim/eventq.hh b/sim/eventq.hh index ddf4c3198..475c4face 100644 --- a/sim/eventq.hh +++ b/sim/eventq.hh @@ -97,8 +97,6 @@ class Event : public Serializeable, public FastAlloc public: - static const std::string defaultName; - /* * Event constructor * @param queue that the event gets scheduled on @@ -115,7 +113,7 @@ class Event : public Serializeable, public FastAlloc ~Event() {} virtual std::string name() const { - return csprintf("%s_%x", defaultName, (uintptr_t)this); + return csprintf("Event_%x", (uintptr_t)this); } /// Determine if the current event is scheduled -- cgit v1.2.3