ソースを参照

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 7 年 前
コミット
2ddd84e3a1
1 ファイル変更0 行追加1 行削除
  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);
 }