summaryrefslogtreecommitdiff
path: root/src/sim/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/system.hh')
-rw-r--r--src/sim/system.hh8
1 files changed, 0 insertions, 8 deletions
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; }