diff options
Diffstat (limited to 'src/sim/process.hh')
-rw-r--r-- | src/sim/process.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sim/process.hh b/src/sim/process.hh index d295e408c..e73f93fa5 100644 --- a/src/sim/process.hh +++ b/src/sim/process.hh @@ -79,11 +79,6 @@ class Process : public SimObject /// running on. System *system; - // have we initialized a thread context from this process? If - // yes, subsequent contexts are assumed to be for dynamically - // created threads and are not initialized. - bool initialContextLoaded; - bool checkpointRestored; // thread contexts associated with this process @@ -250,8 +245,6 @@ class LiveProcess : public Process LiveProcess(LiveProcessParams * params, ObjectFile *objFile); - virtual void argsInit(int intSize, int pageSize); - // Id of the owner of the process uint64_t __uid; uint64_t __euid; |