Remove GetDLLSuffix.

llvm-svn: 183777
This commit is contained in:
Rafael Espindola
2013-06-11 19:18:05 +00:00
parent 4a28f534e1
commit 0126549185
2 changed files with 0 additions and 12 deletions

View File

@@ -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()) {