移除多余的方法

This commit is contained in:
ioito
2019-05-09 18:18:41 +08:00
parent 2a5d80963c
commit ca4d0db0fc
54 changed files with 32 additions and 227 deletions
-4
View File
@@ -189,10 +189,6 @@ func (vpc *SVpc) GetIWires() ([]cloudprovider.ICloudWire, error) {
return vpc.iwires, nil
}
func (vpc *SVpc) GetManagerId() string {
return vpc.region.client.providerID
}
func (vpc *SVpc) GetRegion() cloudprovider.ICloudRegion {
return vpc.region
}