diff options
| author | bd <bdunahu@operationnull.com> | 2025-03-08 13:47:22 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-03-08 13:47:22 -0500 |
| commit | 6470c93a411dd8f64a91a7812274349b258a9957 (patch) | |
| tree | 12a45c9bf09700ef9da32493bfe638ef34ddfb59 /src/storage/dram.cc | |
| parent | 2b8705e2d15abf42cb73b45213d09e0e88df856a (diff) | |
Fix bug where wait_time would decrease while idle
Diffstat (limited to 'src/storage/dram.cc')
| -rw-r--r-- | src/storage/dram.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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 <algorithm> -#include <iostream> Dram::Dram(int lines, int delay) { |
