ソースを参照

remove unused constants

Darien Raymond 7 年 前
コミット
99d661882a
1 ファイル変更0 行追加1 行削除
  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
 )