mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
lib/netutil: remove unused TCPListener.name; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69
This commit is contained in:
parent
e84b7641ef
commit
7778030f9f
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ type TCPListener struct {
|
||||||
|
|
||||||
net.Listener
|
net.Listener
|
||||||
|
|
||||||
name string
|
|
||||||
|
|
||||||
accepts *metrics.Counter
|
accepts *metrics.Counter
|
||||||
acceptErrors *metrics.Counter
|
acceptErrors *metrics.Counter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue