Cache: Remove dangling doWriteback declaration
authorAndreas Hansson <andreas.hansson@arm.com>
Thu, 24 May 2012 08:09:19 +0000 (04:09 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Thu, 24 May 2012 08:09:19 +0000 (04:09 -0400)
This patch removes the declaration of doWriteback as there is no
implementation for this member function.

src/mem/cache/cache.hh

index ce68b2405cf5bb850c910ebb063535e530a0939f..04421b1e510474d8ac7577e67fa19b42bf8b7bab 100644 (file)
@@ -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.
      */