Explorar o código

remove unused variable

v2ray %!s(int64=9) %!d(string=hai) anos
pai
achega
5ee87404fd
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      transport/internet/kcp/dialer.go

+ 0 - 5
transport/internet/kcp/dialer.go

@@ -1,7 +1,6 @@
 package kcp
 
 import (
-	"errors"
 	"math/rand"
 	"net"
 
@@ -10,10 +9,6 @@ import (
 	"github.com/v2ray/v2ray-core/transport/internet"
 )
 
-var (
-	ErrUnknownDestination = errors.New("Destination IP can't be resolved.")
-)
-
 func DialKCP(src v2net.Address, dest v2net.Destination) (internet.Connection, error) {
 	udpDest := v2net.UDPDestination(dest.Address(), dest.Port())
 	log.Info("Dialling KCP to ", udpDest)