changeset ab3067124402 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=ab3067124402
description:
This function declaration isn't used anywhere.
HG: user: Lisa Hsu <[EMAIL PROTECTED]> HG: branch default HG: changed
src/mem/cache/cache.hh
diffstat:
1 file changed, 5 deletions(-)
src/mem/cache/cache.hh | 5 -----
diffs (20 lines):
diff -r de7a82f58985 -r ab3067124402 src/mem/cache/cache.hh
--- a/src/mem/cache/cache.hh Sun Oct 12 23:52:02 2008 -0700
+++ b/src/mem/cache/cache.hh Tue Oct 14 17:22:03 2008 -0400
@@ -142,16 +142,6 @@
const bool doFastWrites;
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.
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev