From 256523186739cc8a63421465eb2be0dcbd48a635 Mon Sep 17 00:00:00 2001 From: kr328 Date: Sun, 21 Nov 2021 13:31:34 +0800 Subject: [PATCH] Chore: remove unused ErrInvalidType --- core/src/main/golang/native/tunnel/providers.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/main/golang/native/tunnel/providers.go b/core/src/main/golang/native/tunnel/providers.go index e5dd95f0..2f5c0ae0 100644 --- a/core/src/main/golang/native/tunnel/providers.go +++ b/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"`