Skip to content

Commit

Permalink
Removes redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Nov 28, 2024
1 parent 5ce7842 commit 3e45f31
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ func convertRegionConfigSliceToLatest(slice *[]admin20240530.CloudRegionConfig,
return &results
}

// Essentially, AdvancedClusterDescription is totally same and copied over bar diskSizeGb (which is held in rep spec for latestSDK),
// replication spec,(which we deal w elsewhere), and links (which are dismissed)
// That is to say, not lossing anything here by just using latestSDK
func convertClusterDescToLatestExcludeRepSpecs(oldClusterDesc *admin20240530.AdvancedClusterDescription) *admin.ClusterDescription20240805 {
return &admin.ClusterDescription20240805{
BackupEnabled: oldClusterDesc.BackupEnabled,
Expand Down

0 comments on commit 3e45f31

Please sign in to comment.