Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 committed Aug 15, 2023
1 parent a095789 commit 42165ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/ovs/ovn.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package ovs

import (
"context"
"errors"
"fmt"
"reflect"
"time"
Expand All @@ -16,11 +15,6 @@ import (
"github.com/kubeovn/kube-ovn/pkg/ovsdb/ovnsb"
)

var (
ErrNoAddr = errors.New("no address")
ErrNotFound = errors.New("not found")
)

// LegacyClient is the legacy ovn client
type LegacyClient struct {
OvnTimeout int
Expand Down Expand Up @@ -52,8 +46,6 @@ type ovsDbClient struct {
}

const (
OvnNbCtl = "ovn-nbctl"
OvnSbCtl = "ovn-sbctl"
OVNIcNbCtl = "ovn-ic-nbctl"
OVNIcSbCtl = "ovn-ic-sbctl"
OvsVsCtl = "ovs-vsctl"
Expand Down

0 comments on commit 42165ae

Please sign in to comment.