From 8fc631090fd88a7e8e62f284c3dfd3c515d14613 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 8 Mar 2025 13:47:22 -0500 Subject: Fix bug where wait_time would decrease while idle --- src/storage/dram.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/storage/dram.cc') diff --git a/src/storage/dram.cc b/src/storage/dram.cc index 32f3fbb..5b4c63b 100644 --- a/src/storage/dram.cc +++ b/src/storage/dram.cc @@ -2,7 +2,6 @@ #include "definitions.h" #include "response.h" #include -#include Dram::Dram(int lines, int delay) { -- cgit v1.2.3