Skip to content

Commit cf1f589

Browse files
committed
remove unsed var
1 parent f005924 commit cf1f589

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tencentcloud/resource_tc_mysql_security_groups_attachment.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func resourceTencentCloudMysqlSecurityGroupsAttachmentCreate(d *schema.ResourceD
6666

6767
var (
6868
request = mysql.NewAssociateSecurityGroupsRequest()
69-
response = mysql.NewAssociateSecurityGroupsResponse()
7069
securityGroupId string
7170
instanceId string
7271
)
@@ -87,7 +86,6 @@ func resourceTencentCloudMysqlSecurityGroupsAttachmentCreate(d *schema.ResourceD
8786
} else {
8887
log.Printf("[DEBUG]%s api[%s] success, request body [%s], response body [%s]\n", logId, request.GetAction(), request.ToJsonString(), result.ToJsonString())
8988
}
90-
response = result
9189
return nil
9290
})
9391
if err != nil {

0 commit comments

Comments
 (0)