Remove comment

This commit is contained in:
Christian Semmler 2024-01-06 17:11:33 -05:00
parent 8dd19f6fa6
commit 3552eb3dd6

View File

@ -34,8 +34,6 @@ void MxAtomId::Destroy()
if (!AtomIdCounterSet())
return;
// The dtor is called on the counter object immediately,
// so this syntax should be correct.
#ifdef COMPAT_MODE
MxAtomIdCounter id_counter(m_internal);
MxAtomIdCounterSet::iterator it = AtomIdCounterSet()->find(&id_counter);