From 90e40ca982ea99c3abb7bdebffaed48f467ff0e3 Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Tue, 14 Oct 2008 17:22:03 -0400 Subject: This function declaration isn't used anywhere. HG: user: Lisa Hsu HG: branch default HG: changed src/mem/cache/cache.hh --- src/mem/cache/cache.hh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mem/cache/cache.hh') diff --git a/src/mem/cache/cache.hh b/src/mem/cache/cache.hh index 88c9deb7b..cff3fd28b 100644 --- a/src/mem/cache/cache.hh +++ b/src/mem/cache/cache.hh @@ -143,16 +143,6 @@ class Cache : public BaseCache const bool prefetchMiss; - /** - * Handle a replacement for the given request. - * @param blk A pointer to the block, usually NULL - * @param pkt The memory request to satisfy. - * @param new_state The new state of the block. - * @param writebacks A list to store any generated writebacks. - */ - BlkType* doReplacement(BlkType *blk, PacketPtr pkt, - CacheBlk::State new_state, PacketList &writebacks); - /** * Does all the processing necessary to perform the provided request. * @param pkt The memory request to perform. -- cgit v1.2.3