From: Nilay Vaish Date: Sun, 9 Jun 2013 12:29:58 +0000 (-0500) Subject: ruby: remove undefined functions in Address class X-Git-Tag: stable_2013_10_14~60 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38736ce7c33d7b1bf1e982f5d8cacd13908a32f4;p=gem5.git ruby: remove undefined functions in Address class --- 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;