From e3875215270220e5142a93848f74ccde9d61b244 Mon Sep 17 00:00:00 2001 From: Brandon Potter Date: Wed, 9 Nov 2016 14:27:40 -0600 Subject: syscall_emul: [patch 4/22] remove redundant M5_pid field from process --- src/sim/system.hh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/sim/system.hh') diff --git a/src/sim/system.hh b/src/sim/system.hh index 2d491e8c3..9010723c0 100644 --- a/src/sim/system.hh +++ b/src/sim/system.hh @@ -248,15 +248,7 @@ class System : public MemObject */ Addr loadAddrOffset; - protected: - uint64_t nextPID; - public: - uint64_t allocatePID() - { - return nextPID++; - } - /** Get a pointer to access the physical memory of the system */ PhysicalMemory& getPhysMem() { return physmem; } -- cgit v1.2.3