diff options
-rw-r--r-- | src/mem/cache/cache.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mem/cache/cache.hh b/src/mem/cache/cache.hh index ce68b2405..04421b1e5 100644 --- a/src/mem/cache/cache.hh +++ b/src/mem/cache/cache.hh @@ -341,12 +341,6 @@ class Cache : public BaseCache 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 |