Skip to content

Commit

Permalink
Remove the HasCosmosEtcd function. Nobody is using it. (Azure#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhang4321 authored Oct 14, 2020
1 parent f57835a commit 8606139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/agent/baker.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ func getContainerServiceFuncMap(config *NodeBootstrappingConfiguration) template
"IsAzureCNI": func() bool {
return cs.Properties.OrchestratorProfile.IsAzureCNI()
},
"HasCosmosEtcd": func() bool {
return false
},
"IsPrivateCluster": func() bool {
return cs.Properties.OrchestratorProfile.IsPrivateCluster()
},
Expand Down

0 comments on commit 8606139

Please sign in to comment.