Skip to content

Commit

Permalink
remove unused func definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jones committed Mar 29, 2019
1 parent e9a84aa commit 0d0a1c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions iaas/iaas.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ type Provider interface {
Choose(Choice) interface{}
}

// Factory creates a new IaaS provider, defined for testability
type Factory func(iaasName, region string) (Provider, error)

// New returns a new IAAS client for a particular IAAS and region
func New(iaasName Name, region string) (Provider, error) {
switch iaasName {
Expand Down

0 comments on commit 0d0a1c0

Please sign in to comment.