浏览代码

HPCC-15203 Preload option in a package copying all parts to all nodes

Remove a line that was presumably intending to copy the TLK.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父节点
当前提交
690c32d491
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      roxie/ccd/ccdstate.cpp

+ 0 - 1
roxie/ccd/ccdstate.cpp

@@ -620,7 +620,6 @@ protected:
                         if (resolved)
                         {
                             files.append(*const_cast<IResolvedFile *>(resolved));
-                            doPreload(0, resolved);
                             Owned<IPropertyTreeIterator> it = ccdChannels->getElements("RoxieSlaveProcess");
                             ForEach(*it)
                             {