mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Remove obsolete comment
This commit is contained in:
@@ -372,7 +372,6 @@ void MxDiskStreamController::FUN_100c8540()
|
|||||||
MxAutoLocker lock(&this->m_criticalSection);
|
MxAutoLocker lock(&this->m_criticalSection);
|
||||||
for (list<MxDSBuffer*>::iterator it = m_list0x74.begin(); it != m_list0x74.end();) {
|
for (list<MxDSBuffer*>::iterator it = m_list0x74.begin(); it != m_list0x74.end();) {
|
||||||
MxDSBuffer* buf = *it;
|
MxDSBuffer* buf = *it;
|
||||||
// TODO: Match
|
|
||||||
if (buf->GetRefCount() == 0) {
|
if (buf->GetRefCount() == 0) {
|
||||||
m_list0x74.erase(it++);
|
m_list0x74.erase(it++);
|
||||||
FUN_100c7ce0(buf);
|
FUN_100c7ce0(buf);
|
||||||
|
Reference in New Issue
Block a user