From c890831c41f5e473661db03fd6147ce35886d5d0 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 29 Dec 2023 18:04:54 -0500 Subject: [PATCH] Remove obsolete comment --- LEGO1/mxdiskstreamcontroller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/mxdiskstreamcontroller.cpp b/LEGO1/mxdiskstreamcontroller.cpp index f992443d..a7e95798 100644 --- a/LEGO1/mxdiskstreamcontroller.cpp +++ b/LEGO1/mxdiskstreamcontroller.cpp @@ -372,7 +372,6 @@ void MxDiskStreamController::FUN_100c8540() MxAutoLocker lock(&this->m_criticalSection); for (list::iterator it = m_list0x74.begin(); it != m_list0x74.end();) { MxDSBuffer* buf = *it; - // TODO: Match if (buf->GetRefCount() == 0) { m_list0x74.erase(it++); FUN_100c7ce0(buf);