summaryrefslogtreecommitdiff
path: root/src/mem/dram_ctrl.hh
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2014-05-09 18:58:48 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2014-05-09 18:58:48 -0400
commit0ba1e72e9b9c369e93b282100b0064e76191f0eb (patch)
treef50741e294edf86fb2274c370e8868bb47def561 /src/mem/dram_ctrl.hh
parent6753cb705e726becc433ee39238ca00a5b929fe4 (diff)
downloadgem5-0ba1e72e9b9c369e93b282100b0064e76191f0eb.tar.xz
mem: Remove printing of DRAM params
This patch removes the redundant printing of DRAM params.
Diffstat (limited to 'src/mem/dram_ctrl.hh')
-rw-r--r--src/mem/dram_ctrl.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/dram_ctrl.hh b/src/mem/dram_ctrl.hh
index ae55a2d13..c673e0595 100644
--- a/src/mem/dram_ctrl.hh
+++ b/src/mem/dram_ctrl.hh
@@ -414,8 +414,6 @@ class DRAMCtrl : public AbstractMemory
*/
void prechargeBank(Bank& bank, Tick pre_at);
- void printParams() const;
-
/**
* Used for debugging to observe the contents of the queues.
*/