golinting [ci skip]

This commit is contained in:
Ian A. Mason 2017-06-29 14:25:55 -07:00
parent 2c2530e91a
commit 020583a9ab

View File

@ -289,13 +289,11 @@ func resolveBitcodePath(bcPath string) string {
return ""
}
return storeBcPath
} else {
}
return ""
}
} else {
return bcPath
}
}
func getFileType(realPath string) (fileType int) {
// We need the file command to guess the file type