chore: fix linter warnings
This commit is contained in:
parent
8eedd38a54
commit
0290ef59b6
2 changed files with 1 additions and 5 deletions
cmd/zoneserial
|
@ -149,9 +149,6 @@ func (program *checkProgram) addRttPerf(name string, value time.Duration) {
|
|||
program.plugin.AddPerfData(pd)
|
||||
}
|
||||
|
||||
func (program *checkProgram) addResponseInfo(server string, response queryResponse) {
|
||||
}
|
||||
|
||||
// Add information about one of the servers' response to the plugin output. This includes
|
||||
// the error message if the query failed or the RTT performance data if it succeeded. It
|
||||
// then attempts to extract the serial from a server's response and returns it if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue