logtail: remove unused struct fields.

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson 2020-02-10 23:34:03 -08:00
parent 80ecb8342f
commit 250dfc9016

View File

@ -18,7 +18,6 @@
"net/http" "net/http"
"os" "os"
"strconv" "strconv"
"sync"
"time" "time"
"tailscale.com/logtail/backoff" "tailscale.com/logtail/backoff"
@ -141,9 +140,6 @@ type logger struct {
shutdownStart chan struct{} // closed when shutdown begins shutdownStart chan struct{} // closed when shutdown begins
shutdownDone chan struct{} // closd when shutdown complete shutdownDone chan struct{} // closd when shutdown complete
dropMu sync.Mutex
dropCount int
} }
func (l *logger) Shutdown(ctx context.Context) error { func (l *logger) Shutdown(ctx context.Context) error {