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;