Skip to content

Commit

Permalink
logtail: remove unused struct fields.
Browse files Browse the repository at this point in the history
Signed-off-by: David Anderson <dave@natulte.net>
  • Loading branch information
danderson committed Feb 11, 2020
1 parent 80ecb83 commit 250dfc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions logtail/logtail.go
Expand Up @@ -18,7 +18,6 @@ import (
"net/http"
"os"
"strconv"
"sync"
"time"

"tailscale.com/logtail/backoff"
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 250dfc9

Please sign in to comment.