summaryrefslogtreecommitdiff
path: root/src/mem
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-05-24 04:09:19 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2012-05-24 04:09:19 -0400
commit49da0497d3a4695ca613e6e47161f41d74ce9d32 (patch)
treeaf2d02dd0df16db6e7d354405166a36b957ceacc /src/mem
parent3e0ed0870665803f1f50e6c9e0a5f50ba16727f3 (diff)
downloadgem5-49da0497d3a4695ca613e6e47161f41d74ce9d32.tar.xz
Cache: Remove dangling doWriteback declaration
This patch removes the declaration of doWriteback as there is no implementation for this member function.
Diffstat (limited to 'src/mem')
-rw-r--r--src/mem/cache/cache.hh6
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