Explorar el Código

Chore: remove unused ErrInvalidType

kr328 hace 4 años
padre
commit
2565231867
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      core/src/main/golang/native/tunnel/providers.go

+ 0 - 3
core/src/main/golang/native/tunnel/providers.go

@@ -3,7 +3,6 @@
 package tunnel
 
 import (
-	"errors"
 	"fmt"
 	"time"
 
@@ -12,8 +11,6 @@ import (
 	"github.com/Dreamacro/clash/tunnel"
 )
 
-var ErrInvalidType = errors.New("invalid type")
-
 type Provider struct {
 	Name        string `json:"name"`
 	VehicleType string `json:"vehicleType"`