mem: Use Packet writing functions instead of memcpy
[gem5.git] / src / mem / cache / noncoherent_cache.hh
index fea3cd980100c74bcd2efe1a292487d2f1b678e9..824c7ccc9f18a2421ee75e49784631d1b3f4fa05 100644 (file)
@@ -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);
 };