mirror of
https://github.com/isledecomp/isle.git
synced 2025-02-16 19:50:15 -05:00
Remove obsolete comment
This commit is contained in:
parent
4b08cb4a7e
commit
c890831c41
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue