Removing Unused type

This commit is contained in:
Derek Lemon (delemon) 2019-05-31 11:18:12 -06:00
parent 7b433cfae7
commit 9542e9d1d7
1 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ import (
const ( const (
typePort = "Port" typePort = "Port"
typeDynamicPort = "DynamicPort"
) )
func (os *clusterDiscoveryOS) ListPorts(network networks.Network) ([]*resources.Resource, error) { func (os *clusterDiscoveryOS) ListPorts(network networks.Network) ([]*resources.Resource, error) {