Browse Source

HPCC-10744 Treat debug option values as compile time constants

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 11 years ago
parent
commit
cc261e9ddc
1 changed files with 0 additions and 1 deletions
  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;