Rename unused variables to resolve lint warnings

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Austin Vazquez
2024-02-11 04:57:38 +00:00
committed by Casey Callendrello
parent 0729398940
commit 9c016b5d12
11 changed files with 19 additions and 29 deletions

View File

@ -66,7 +66,6 @@ func withLockAndNetNS(nspath string, toRun func(_ ns.NetNS) error) error {
}
err = ns.WithNetNSPath(nspath, toRun)
if err != nil {
return err
}