summaryrefslogtreecommitdiff
path: root/src/mem/qos/mem_ctrl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/qos/mem_ctrl.cc')
-rw-r--r--src/mem/qos/mem_ctrl.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mem/qos/mem_ctrl.cc b/src/mem/qos/mem_ctrl.cc
index ce15fd779..27ff0eb61 100644
--- a/src/mem/qos/mem_ctrl.cc
+++ b/src/mem/qos/mem_ctrl.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017 ARM Limited
+ * Copyright (c) 2017-2018 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
@@ -329,9 +329,6 @@ MemCtrl::regStats()
priorityMinLatency.subname(j, std::to_string(j));
priorityMaxLatency.subname(j, std::to_string(j));
}
-
- if (policy)
- policy->regStats();
}
void