diff -r 4fbbd05809d2 -r c8c58cc46e73 src/mem/cache/cache.hh --- a/src/mem/cache/cache.hh Wed May 23 09:18:04 2012 -0400 +++ b/src/mem/cache/cache.hh Wed May 23 14:30:59 2012 +0100 @@ -341,12 +341,6 @@ void markInService(MSHR *mshr, PacketPtr pkt = 0); /** - * Perform the given writeback request. - * @param pkt The writeback request. - */ - void doWriteback(PacketPtr pkt); - - /** * Return whether there are any outstanding misses. */ bool outstandingMisses() const