Browse Source

remove unused constants

Darien Raymond 7 years ago
parent
commit
99d661882a
1 changed files with 0 additions and 1 deletions
  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
 )