diff --git a/LEGO1/mxatomid.cpp b/LEGO1/mxatomid.cpp index 7dda0e68..75d85b36 100644 --- a/LEGO1/mxatomid.cpp +++ b/LEGO1/mxatomid.cpp @@ -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);