summaryrefslogtreecommitdiff
path: root/src/mem/ruby/common
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2013-06-09 07:29:58 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2013-06-09 07:29:58 -0500
commit38736ce7c33d7b1bf1e982f5d8cacd13908a32f4 (patch)
tree001c4b2fbf48b9f6d72c3c9e9257f375c43cfd6a /src/mem/ruby/common
parentf2b5b4c8cc31068c40fc9da04da6eb20e23bc091 (diff)
downloadgem5-38736ce7c33d7b1bf1e982f5d8cacd13908a32f4.tar.xz
ruby: remove undefined functions in Address class
Diffstat (limited to 'src/mem/ruby/common')
-rw-r--r--src/mem/ruby/common/Address.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/common/Address.hh b/src/mem/ruby/common/Address.hh
index c63100b7f..881ef5d66 100644
--- a/src/mem/ruby/common/Address.hh
+++ b/src/mem/ruby/common/Address.hh
@@ -72,9 +72,6 @@ class Address
void makePageAddress();
void makeNextStrideAddress(int stride);
- int getBankSetNum() const;
- int getBankSetDist() const;
-
Index memoryModuleIndex() const;
void print(std::ostream& out) const;