Skip to content

Commit 4182c5e

Browse files
committed
Remove Enum
1 parent 60c4516 commit 4182c5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

simd_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const (
2626
StatusDisabled
2727
)
2828

29-
func (s StatusEnum) Value() uint8 { return uint8(s) }
3029
func (s StatusEnum) String() string {
3130
switch s {
3231
case StatusActive:

0 commit comments

Comments
 (0)