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,12 +289,10 @@ func resolveBitcodePath(bcPath string) string {
return ""
}
return storeBcPath
} else {
return ""
}
} else {
return bcPath
}
return ""
}
return bcPath
}
func getFileType(realPath string) (fileType int) {