Chore: remove unused ErrInvalidType

This commit is contained in:
kr328 2021-11-21 13:31:34 +08:00
parent b7af3f7341
commit 2565231867

View File

@ -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"`