linting ...

This commit is contained in:
Ian A. Mason 2018-06-01 06:26:59 -07:00
parent 9cb7a2f944
commit 778414f628

View File

@ -209,8 +209,6 @@ func compileTimeLinkFiles(compilerExecName string, pr parserResult, objFiles []s
success, err := execCmd(compilerExecName, args, "")
if !success {
LogError("%v %v failed to link: %v.", compilerExecName, args, err)
//was LogFatal
return
} else {
LogInfo("LINKING: %v %v", compilerExecName, args)
}