소스 검색

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)
                             {