1
0
Fork 0

Remove redundant return statement

timestamps
dump_stack() 2018-12-10 02:56:22 +00:00
parent d42474892c
commit 094f209791
1 changed files with 1 additions and 2 deletions

3
pew.go
View File

@ -278,9 +278,8 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
runOk = true // does not really used
testOk = true
default:
err = errors.New("Unsupported artifact type")
log.Println("Unsupported artifact type")
}
return
}
func performCI(ka config.Artifact, kcfg config.KernelConfig, binaryPath,