summaryrefslogtreecommitdiff
path: root/sim/prog.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/prog.hh')
-rw-r--r--sim/prog.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/prog.hh b/sim/prog.hh
index a38afee14..e04390244 100644
--- a/sim/prog.hh
+++ b/sim/prog.hh
@@ -86,7 +86,6 @@ class Process : public SimObject
Addr brk_point; // top of the data segment
- Addr environ_base; // environment base address
Addr stack_base; // stack segment base (highest address)
unsigned stack_size; // initial stack size
Addr stack_min; // lowest address accessed on the stack