소스 검색

Remove configmgr multiSlave references

Remove references to multiSlave attribute in ConfigMgr code. Xsl references have not been removed as comments mention backward compatibility.

Fixes gh-1742

Signed-off-by: Sridhar Meda <sridhar.meda@lexisnexis.com>
Sridhar Meda 13 년 전
부모
커밋
576e6a81e1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      deployment/deployutils/configenvhelper.cpp

+ 0 - 1
deployment/deployutils/configenvhelper.cpp

@@ -1249,7 +1249,6 @@ void CConfigEnvHelper::UpdateThorAttributes(IPropertyTree* pParentNode)
         }
     }
 
-    setAttribute(pParentNode, XML_ATTR_MULTISLAVES, multiSlaves ? "true" : "false");
     setAttribute(pParentNode, "@localThor", localThor ? "true" : "false");
 }