summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/iic_repl/repl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/iic_repl/repl.hh')
-rw-r--r--src/mem/cache/tags/iic_repl/repl.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mem/cache/tags/iic_repl/repl.hh b/src/mem/cache/tags/iic_repl/repl.hh
index 51d8169e9..dd25842a0 100644
--- a/src/mem/cache/tags/iic_repl/repl.hh
+++ b/src/mem/cache/tags/iic_repl/repl.hh
@@ -79,13 +79,6 @@ class Repl : public SimObject
virtual unsigned long getRepl() = 0;
/**
- * Return an array of N tag pointers to replace.
- * @param n The number of tag pointer to return.
- * @return An array of tag pointers to replace.
- */
- virtual unsigned long *getNRepl(int n) = 0;
-
- /**
* Update replacement data
*/
virtual void doAdvance(std::list<unsigned long> &demoted) = 0;