Pārlūkot izejas kodu

remove unused constants

Darien Raymond 7 gadi atpakaļ
vecāks
revīzija
99d661882a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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
 )