1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

remove unused constants

This commit is contained in:
Darien Raymond 2018-10-14 12:20:33 +02:00
parent cb8e7dc9a0
commit 99d661882a
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -10,7 +10,6 @@ type key int
const (
streamSettingsKey key = iota
dialerSrcKey
bindAddrKey
)