Browse Source

remove unused constants

Darien Raymond 7 năm trước cách đây
mục cha
commit
99d661882a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 )