Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Nov 8, 2020
1 parent ab0f600 commit a4caaf5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/mqtt2prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ var (
)
)

type Ingest interface {
MessageMetric() *prometheus.CounterVec
SetupSubscriptionHandler(errChan chan<- error) mqtt.MessageHandler
}

func main() {
flag.Parse()
if *versionFlag {
Expand Down

0 comments on commit a4caaf5

Please sign in to comment.