From 8c5f3b29a51939699c41753d594b0feefda1de8b Mon Sep 17 00:00:00 2001 From: Carlos Felix Date: Tue, 12 Oct 2021 01:30:45 -0300 Subject: [PATCH] Merge pull request #857 from carlosfrodrigues/main Remove obsolete comments in sshkey.go --- src/core/mcir/sshkey.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/mcir/sshkey.go b/src/core/mcir/sshkey.go index b068025f1..7ab4c24c5 100644 --- a/src/core/mcir/sshkey.go +++ b/src/core/mcir/sshkey.go @@ -12,19 +12,11 @@ import ( "github.com/go-resty/resty/v2" ) -// 2020-04-03 https://github.com/cloud-barista/cb-spider/blob/master/cloud-control-manager/cloud-driver/interfaces/resources/KeyPairHandler.go - type SpiderKeyPairReqInfoWrapper struct { // Spider ConnectionName string ReqInfo SpiderKeyPairInfo } -/* -type SpiderKeyPairReqInfo struct { // Spider - Name string -} -*/ - type SpiderKeyPairInfo struct { // Spider // Fields for request Name string