From 49da0497d3a4695ca613e6e47161f41d74ce9d32 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 24 May 2012 04:09:19 -0400 Subject: Cache: Remove dangling doWriteback declaration This patch removes the declaration of doWriteback as there is no implementation for this member function. --- src/mem/cache/cache.hh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mem/cache') 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 @@ -340,12 +340,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. */ -- cgit v1.2.3