Sfoglia il codice sorgente

remove unused constants

Darien Raymond 7 anni fa
parent
commit
99d661882a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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
 )