This function declaration isn't used anywhere.
authorLisa Hsu <hsul@eecs.umich.edu>
Tue, 14 Oct 2008 21:22:03 +0000 (17:22 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Tue, 14 Oct 2008 21:22:03 +0000 (17:22 -0400)
 HG: user: Lisa Hsu <hsul@eecs.umich.edu> HG: branch default HG: changed
src/mem/cache/cache.hh

src/mem/cache/cache.hh

index 88c9deb7bab4c701f25813bf8b972e580845c6aa..cff3fd28b705fa63c39b236817227ab923b97edb 100644 (file)
@@ -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.