diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-05-24 04:09:19 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-05-24 04:09:19 -0400 |
commit | 49da0497d3a4695ca613e6e47161f41d74ce9d32 (patch) | |
tree | af2d02dd0df16db6e7d354405166a36b957ceacc /src/mem | |
parent | 3e0ed0870665803f1f50e6c9e0a5f50ba16727f3 (diff) | |
download | gem5-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.hh | 6 |
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 |