瀏覽代碼

Merge pull request #5320 from ghalliday/issue10744

HPCC-10744 Treat debug option values as compile time constants

Reviewed-By: Jamie Noss <james.noss@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 年之前
父節點
當前提交
6b7d39b16f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ecl/hql/hqlexpr.cpp

+ 0 - 1
ecl/hql/hqlexpr.cpp

@@ -1637,7 +1637,6 @@ bool checkConstant(node_operator op)
     case no_xmlencode:
     case no_sortpartition:
     case no_clustersize:
-    case no_debug_option_value:
         return false;
     }
     return true;