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

@ -244,7 +244,6 @@ func cmdDel(args *skel.CmdArgs) error {
}
return err
})
if err != nil {
// if NetNs is passed down by the Cloud Orchestration Engine, or if it called multiple times
// so don't return an error if the device is already removed.