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>
@@ -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;