Explorar el Código

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 hace 11 años
padre
commit
6b7d39b16f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;