Remove redundant return statement

这个提交包含在:
dump_stack() 2018-12-10 02:56:22 +00:00
父节点 d42474892c
当前提交 094f209791

3
pew.go
查看文件

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