summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/iic_repl/gen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/tags/iic_repl/gen.hh')
-rw-r--r--src/mem/cache/tags/iic_repl/gen.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mem/cache/tags/iic_repl/gen.hh b/src/mem/cache/tags/iic_repl/gen.hh
index cbd15a6fd..2e817d847 100644
--- a/src/mem/cache/tags/iic_repl/gen.hh
+++ b/src/mem/cache/tags/iic_repl/gen.hh
@@ -186,13 +186,6 @@ class GenRepl : public Repl
virtual unsigned long getRepl();
/**
- * 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);
-
- /**
* Update replacement data
*/
virtual void doAdvance(std::list<unsigned long> &demoted);