diff --git a/dram/src/controller/scheduler/FifoStrict.cpp b/dram/src/controller/scheduler/FifoStrict.cpp index bc7b9b12..eda0e5fe 100644 --- a/dram/src/controller/scheduler/FifoStrict.cpp +++ b/dram/src/controller/scheduler/FifoStrict.cpp @@ -32,7 +32,6 @@ void FifoStrict::NotifyBeginRD() // controller.scheduleNextFromScheduler explicitly, otherwise there will be a deadlock in the system controller.scheduleNextFromScheduler(DramExtension::getBank(buffer.front())); } - } std::pair FifoStrict::getNextRequest(Bank bank)