Remove GetDLLSuffix.
llvm-svn: 183777
This commit is contained in:
@@ -68,10 +68,6 @@ Path::isObjectFile() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
StringRef Path::GetDLLSuffix() {
|
||||
return &(LTDL_SHLIB_EXT[1]);
|
||||
}
|
||||
|
||||
void
|
||||
Path::appendSuffix(StringRef suffix) {
|
||||
if (!suffix.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user