Skip to content

Commit 5d504eb

Browse files
committed
remove unneeded comments
1 parent c4d2c7d commit 5d504eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/convert/adv2v2.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ func convertRepSpecs(resourceb *hclwrite.Body, diskSizeGB hclwrite.Tokens) error
8585
return err
8686
}
8787
if dConfig.IsPresent() {
88-
// Process the dynamic config and set it on this block
8988
blockb.RemoveBlock(dConfig.block)
9089
blockb.SetAttributeRaw(nConfig, dConfig.tokens)
9190
} else {
@@ -135,7 +134,6 @@ func convertRepSpecsWithDynamicBlock(resourceb *hclwrite.Body, diskSizeGB hclwri
135134
return dSpec, nil
136135
}
137136

138-
// convertConfigsWithDynamicBlock is used for processing dynamic blocks in region_configs
139137
func convertConfigsWithDynamicBlock(specbSrc *hclwrite.Body, diskSizeGB hclwrite.Tokens,
140138
insideDynamicRepSpec bool) (dynamicBlock, error) {
141139
d, err := getDynamicBlock(specbSrc, nConfig, true)

0 commit comments

Comments
 (0)