Explorar o código

HPCC-19736 Remove incorrect dbgassert as quick fix for HPCC-19731

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday %!s(int64=7) %!d(string=hai) anos
pai
achega
2ddd84e3a1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      system/jlib/jstats.cpp

+ 0 - 1
system/jlib/jstats.cpp

@@ -2747,7 +2747,6 @@ void ScopeFilter::addScopeType(StatisticScopeType scopeType)
     if (scopeType == SSTall)
         return;
 
-    dbgassertex(!scopes && !ids);
     scopeTypes.append(scopeType);
 }