From 63a60cc81ecd94d1a5ea4edb2a1c90de0e9eda80 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Fri, 29 Jan 2010 20:29:19 -0800 Subject: ruby: Removed the tech_nm variable from RubySystem --- src/mem/ruby/system/System.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mem/ruby/system/System.hh') 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; -- cgit v1.2.3