Skip to content

Commit 1cd1e85

Browse files
committed
chore: remove now unneeded version parse error
1 parent fb038a0 commit 1cd1e85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/v1/srl_version.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55
package v1
66

77
import (
8-
"errors"
98
"regexp"
109
"strings"
1110
)
1211

13-
// ErrVersionParse is an error which is raised when srlinux version is failed to parse.
14-
var ErrVersionParse = errors.New("version parsing failed")
15-
1612
// SrlVersion represents an sr linux version as a set of fields.
1713
type SrlVersion struct {
1814
Major string `json:"major,omitempty"`

0 commit comments

Comments
 (0)