From b792e9e43c855cdb2fbf71084ee8e60eb4878741 Mon Sep 17 00:00:00 2001 From: Brandon Potter Date: Wed, 9 Nov 2016 14:27:41 -0600 Subject: syscall_emul: [patch 6/22] remove unused fields from Process class It looks like tru64 has some nxm* system calls, but the two fields that are defined in the Process class are unused by any of the code. There doesn't appear to be any reference in the tru64 code. --- src/sim/process.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sim/process.hh') diff --git a/src/sim/process.hh b/src/sim/process.hh index 4b0428585..5d6835c21 100644 --- a/src/sim/process.hh +++ b/src/sim/process.hh @@ -116,10 +116,6 @@ class Process : public SimObject // instead, so they can override thie method to return false. virtual bool mmapGrowsDown() const { return true; } - // Base of region for nxm data - Addr nxm_start; - Addr nxm_end; - Stats::Scalar num_syscalls; // number of syscalls executed protected: -- cgit v1.2.3