diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2008-10-14 17:22:03 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2008-10-14 17:22:03 -0400 |
commit | 90e40ca982ea99c3abb7bdebffaed48f467ff0e3 (patch) | |
tree | 93274b98a936b057ae4a3fdc9458c32eb8554622 /src/mem | |
parent | 809f6cb6d1c199563664305fe3b0b286c54dbea7 (diff) | |
download | gem5-90e40ca982ea99c3abb7bdebffaed48f467ff0e3.tar.xz |
This function declaration isn't used anywhere.
HG: user: Lisa Hsu <hsul@eecs.umich.edu> HG: branch default HG: changed
src/mem/cache/cache.hh
Diffstat (limited to 'src/mem')
-rw-r--r-- | src/mem/cache/cache.hh | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ -144,16 +144,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. * @param lat The latency of the access. |