[commit] r1571 - trunk/GME/Core

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Sep 30 09:52:14 CDT 2011


Author: ksmyth
Date: Fri Sep 30 09:52:14 2011
New Revision: 1571

Log:
Fix DEBUG compile

Modified:
   trunk/GME/Core/CoreObject.cpp

Modified: trunk/GME/Core/CoreObject.cpp
==============================================================================
--- trunk/GME/Core/CoreObject.cpp	Fri Sep 30 09:52:04 2011	(r1570)
+++ trunk/GME/Core/CoreObject.cpp	Fri Sep 30 09:52:14 2011	(r1571)
@@ -441,7 +441,6 @@
 void CCoreObject::GetAttributes(CCoreLockAttribute *lockattribute, Functor& f, UnwindFunctor& uf)
 {
 	ASSERT( lockattribute != NULL );
-	ASSERT( controlled.empty() );
 
 #ifdef _DEBUG
 	attrid_type attrid = lockattribute->GetAttrID();
@@ -476,7 +475,6 @@
 		{
 			if( (*i)->GetLockAttr() == lockattribute )
 			{
-				ASSERT( lockattrid == attrid );
 				uf(*i);
 			}
 


More information about the gme-commit mailing list