chore: fix linter warnings

This commit is contained in:
Emmanuel BENOîT 2024-07-19 19:28:05 +02:00
parent 8eedd38a54
commit 0290ef59b6
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
2 changed files with 1 additions and 5 deletions
cmd/zoneserial

View file

@ -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