From 3552eb3dd6592ee1b1f18f12811314014cadd5d1 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 6 Jan 2024 17:11:33 -0500 Subject: [PATCH] Remove comment --- LEGO1/mxatomid.cpp | 2 -- 1 file changed, 2 deletions(-) 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);