summaryrefslogtreecommitdiff
path: root/src/mem/cache/blk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/blk.cc')
-rw-r--r--src/mem/cache/blk.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/cache/blk.cc b/src/mem/cache/blk.cc
index 233f38052..ad0c20a6f 100644
--- a/src/mem/cache/blk.cc
+++ b/src/mem/cache/blk.cc
@@ -46,9 +46,6 @@ void
CacheBlk::insert(const Addr tag, const State is_secure,
const int src_master_ID, const uint32_t task_ID)
{
- // Touch block
- isTouched = true;
-
// Set block tag
this->tag = tag;