Forráskód Böngészése

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 éve
szülő
commit
2ddd84e3a1
1 módosított fájl, 0 hozzáadás és 1 törlés
  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);
 }