Explorar el Código

remove unused constants

Darien Raymond hace 7 años
padre
commit
99d661882a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      transport/internet/context.go

+ 0 - 1
transport/internet/context.go

@@ -10,7 +10,6 @@ type key int
 
 const (
 	streamSettingsKey key = iota
-	dialerSrcKey
 	bindAddrKey
 )