summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/zebra/ptm_status_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/zebra/ptm_status_string.go')
-rw-r--r--internal/pkg/zebra/ptm_status_string.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/internal/pkg/zebra/ptm_status_string.go b/internal/pkg/zebra/ptm_status_string.go
deleted file mode 100644
index 031e7c01..00000000
--- a/internal/pkg/zebra/ptm_status_string.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Code generated by "stringer -type=PTM_STATUS"; DO NOT EDIT.
-
-package zebra
-
-import "strconv"
-
-const _PTM_STATUS_name = "PTM_STATUS_DOWNPTM_STATUS_UPPTM_STATUS_UNKNOWN"
-
-var _PTM_STATUS_index = [...]uint8{0, 15, 28, 46}
-
-func (i PTM_STATUS) String() string {
- if i >= PTM_STATUS(len(_PTM_STATUS_index)-1) {
- return "PTM_STATUS(" + strconv.FormatInt(int64(i), 10) + ")"
- }
- return _PTM_STATUS_name[_PTM_STATUS_index[i]:_PTM_STATUS_index[i+1]]
-}