Cache: Remove dangling doWriteback declaration

This patch removes the declaration of doWriteback as there is no
implementation for this member function.
This commit is contained in:
Andreas Hansson
2012-05-24 04:09:19 -04:00
parent 3e0ed08706
commit 49da0497d3

View 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.
*/