소스 검색

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;