mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
logtail: remove unused struct fields.
Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
parent
80ecb8342f
commit
250dfc9016
@ -18,7 +18,6 @@
|
||||
"net/http"
|
||||
"os"
|
||||
"strconv"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"tailscale.com/logtail/backoff"
|
||||
@ -141,9 +140,6 @@ type logger struct {
|
||||
|
||||
shutdownStart chan struct{} // closed when shutdown begins
|
||||
shutdownDone chan struct{} // closd when shutdown complete
|
||||
|
||||
dropMu sync.Mutex
|
||||
dropCount int
|
||||
}
|
||||
|
||||
func (l *logger) Shutdown(ctx context.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user