瀏覽代碼

Merge pull request #2778 from ghalliday/workflowcompound

Fix internal assert on (obscure) side-effects in workflow

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 年之前
父節點
當前提交
ccb1805038
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ecl/hqlcpp/hqlttcpp.cpp

+ 0 - 1
ecl/hqlcpp/hqlttcpp.cpp

@@ -6178,7 +6178,6 @@ IHqlExpression * WorkflowTransformer::transformRootAction(IHqlExpression * expr)
     switch (op)
     switch (op)
     {
     {
     case no_compound:
     case no_compound:
-        throwUnexpected();
         if (expr->isAction())
         if (expr->isAction())
             return createCompoundWorkflow(expr);
             return createCompoundWorkflow(expr);
         break;
         break;