diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2013-06-09 07:29:58 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2013-06-09 07:29:58 -0500 |
commit | 38736ce7c33d7b1bf1e982f5d8cacd13908a32f4 (patch) | |
tree | 001c4b2fbf48b9f6d72c3c9e9257f375c43cfd6a /src/mem/ruby/common | |
parent | f2b5b4c8cc31068c40fc9da04da6eb20e23bc091 (diff) | |
download | gem5-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.hh | 3 |
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; |