Remove obsolete comment

This commit is contained in:
Christian Semmler 2023-12-29 18:04:54 -05:00
parent 4b08cb4a7e
commit c890831c41
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -372,7 +372,6 @@ void MxDiskStreamController::FUN_100c8540()
MxAutoLocker lock(&this->m_criticalSection);
for (list<MxDSBuffer*>::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);