From: Andreas Hansson Date: Thu, 24 May 2012 08:09:19 +0000 (-0400) Subject: Cache: Remove dangling doWriteback declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49da0497d3a4695ca613e6e47161f41d74ce9d32;p=gem5.git Cache: Remove dangling doWriteback declaration This patch removes the declaration of doWriteback as there is no implementation for this member function. --- 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. */