This website works better with JavaScript
Home
Explore
Help
Sign In
wytfy
/
v2ray-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
remove unused constants
Darien Raymond
7 years ago
parent
cb8e7dc9a0
commit
99d661882a
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
transport/internet/context.go
+ 0
- 1
transport/internet/context.go
View File
@@ -10,7 +10,6 @@ type key int
const (
streamSettingsKey key = iota
- dialerSrcKey
bindAddrKey
)