Skip to content

Commit

Permalink
Remove superfluous variable
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Jun 13, 2024
1 parent baf49e2 commit ec84093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/inputs/procstat/os_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import (
"golang.org/x/sys/windows/svc/mgr"
)

const supportsSocketStat = false

func processName(p *process.Process) (string, error) {
return p.Name()
}
Expand Down

0 comments on commit ec84093

Please sign in to comment.