Ver Fonte

remove unused constants

Darien Raymond há 7 anos atrás
pai
commit
99d661882a
1 ficheiros alterados com 0 adições e 1 exclusões
  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
 )