Skip to content

Commit

Permalink
Remove unused 'once' field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Rebhan committed Jan 12, 2022
1 parent bb789ef commit 8109072
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions models/running_parsers.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package models

import (
"sync"
"time"

"github.com/influxdata/telegraf"
Expand All @@ -12,7 +11,6 @@ type RunningParser struct {
Parser telegraf.Parser
Config *ParserConfig
log telegraf.Logger
once sync.Once

MetricsParsed selfstat.Stat
ParseTime selfstat.Stat
Expand Down

0 comments on commit 8109072

Please sign in to comment.