Skip to content

Commit

Permalink
Drop unused error type
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Apr 19, 2021
1 parent 4b2c45c commit a6327b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/openstack/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package openstack

import (
"errors"
"regexp"
"sync"
"text/template"
Expand All @@ -19,10 +18,6 @@ import (
"github.com/gophercloud/gophercloud/openstack/networking/v2/networks"
)

var (
ErrMissingPoolOrNetwork = errors.New("missing pool or network")
)

// provider implements an OpenStack provider
type provider struct {
init sync.Once
Expand Down

0 comments on commit a6327b9

Please sign in to comment.