Skip to content

Commit

Permalink
eliminate unused struct elements
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 28, 2023
1 parent 823e0ae commit cdb3750
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apstra/apstra_validator/parse_rt.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ const (

var _ validator.String = ParseRtValidator{}

type ParseRtValidator struct {
requireIpv4 bool
requireIpv6 bool
}
type ParseRtValidator struct{}

func (o ParseRtValidator) Description(_ context.Context) string {
return "Ensures that the supplied can be parsed as a Route Target"
Expand Down

0 comments on commit cdb3750

Please sign in to comment.