From ad6788493c09aec456a1136f126abde7000696ab Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Thu, 29 Jun 2006 21:34:01 -0400 Subject: Remove function that no longer can be used. We should figure out if we want to allow the m5checkpoint pseudoinstruction or not. src/sim/pseudo_inst.cc: Remove the setup function from Checkpoint. I'm not sure what we want to do with this pseudoinst. src/sim/serialize.hh: Remove setup function. --HG-- extra : convert_revision : 5ff494d816e2d8a7fe65a3d13037608003388d8f --- src/sim/serialize.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sim/serialize.hh') diff --git a/src/sim/serialize.hh b/src/sim/serialize.hh index 5a820b27e..a80dc99e4 100644 --- a/src/sim/serialize.hh +++ b/src/sim/serialize.hh @@ -241,9 +241,6 @@ class Checkpoint // Filename for base checkpoint file within directory. static const char *baseFilename; - - // Set up a checkpoint creation event or series of events. - static void setup(Tick when, Tick period = 0); }; #endif // __SERIALIZE_HH__ -- cgit v1.2.3