summaryrefslogtreecommitdiff
path: root/src/mem/cache/noncoherent_cache.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/noncoherent_cache.hh')
-rw-r--r--src/mem/cache/noncoherent_cache.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/cache/noncoherent_cache.hh b/src/mem/cache/noncoherent_cache.hh
index fea3cd980..824c7ccc9 100644
--- a/src/mem/cache/noncoherent_cache.hh
+++ b/src/mem/cache/noncoherent_cache.hh
@@ -125,8 +125,6 @@ class NoncoherentCache : public BaseCache
M5_NODISCARD PacketPtr evictBlock(CacheBlk *blk) override;
- void evictBlock(CacheBlk *blk, PacketList &writebacks) override;
-
public:
NoncoherentCache(const NoncoherentCacheParams *p);
};