summaryrefslogtreecommitdiff
path: root/src/sim/process.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2010-07-05 21:39:38 -0700
committerSteve Reinhardt <steve.reinhardt@amd.com>2010-07-05 21:39:38 -0700
commitf98cce577128891a222f42b5be6da23b04c1ec43 (patch)
tree9d80cc72d542d34342370453b071309c54ae0b8c /src/sim/process.hh
parent2c2f956060eba0701c788335d41da8a781ddf0c5 (diff)
downloadgem5-f98cce577128891a222f42b5be6da23b04c1ec43.tar.xz
process: get rid of some unused code & vars
Diffstat (limited to 'src/sim/process.hh')
-rw-r--r--src/sim/process.hh7
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;