Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
pleimer committed Mar 16, 2021
1 parent 8f9bc8d commit 6174045
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions pkg/host/host.go

This file was deleted.

2 changes: 0 additions & 2 deletions plugin/libpodstats.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"collectd.org/api"
"collectd.org/plugin"
"github.com/pleimer/collectd-libpod-stats/pkg/cgroups"
"github.com/pleimer/collectd-libpod-stats/pkg/host"
"github.com/pleimer/collectd-libpod-stats/pkg/virt"
)

Expand Down Expand Up @@ -61,7 +60,6 @@ func (ls *LibpodStats) Read(ctx context.Context) error {

func init() {
plugin.RegisterRead("libpodstats", NewLibpodStats())
host.GlobalHostname()
}

func main() {}

0 comments on commit 6174045

Please sign in to comment.