summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/System.hh
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-01-29 20:29:19 -0800
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-01-29 20:29:19 -0800
commit63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80 (patch)
tree3e32b9d57fa6b2c860b8bfbeae1325ab6bb029c7 /src/mem/ruby/system/System.hh
parent12daaed84a44920968adb6b16bd558561bd18801 (diff)
downloadgem5-63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80.tar.xz
ruby: Removed the tech_nm variable from RubySystem
Diffstat (limited to 'src/mem/ruby/system/System.hh')
-rw-r--r--src/mem/ruby/system/System.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/ruby/system/System.hh b/src/mem/ruby/system/System.hh
index 3ef70df18..1aebad748 100644
--- a/src/mem/ruby/system/System.hh
+++ b/src/mem/ruby/system/System.hh
@@ -96,7 +96,6 @@ public:
// config accessors
static int getRandomSeed() { return m_random_seed; }
static int getRandomization() { return m_randomization; }
- static int getTechNm() { return m_tech_nm; }
static int getBlockSizeBytes() { return m_block_size_bytes; }
static int getBlockSizeBits() { return m_block_size_bits; }
static uint64 getMemorySizeBytes() { return m_memory_size_bytes; }
@@ -162,7 +161,6 @@ private:
// configuration parameters
static int m_random_seed;
static bool m_randomization;
- static int m_tech_nm;
static Tick m_clock;
static int m_block_size_bytes;
static int m_block_size_bits;