Skip to content

Commit e61e7ca

Browse files
SAtackervgvassilev
authored andcommitted
Remove unsued function
Signed-off-by: Shreyas Atre <[email protected]>
1 parent 10097e0 commit e61e7ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/Interpreter/DynamicLibraryManagerSymbol.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -580,13 +580,6 @@ namespace Cpp {
580580
return result;
581581
}
582582

583-
void CombinePaths(std::string& P1, const char* P2) {
584-
if (!P2 || !P2[0]) return;
585-
if (!P1.empty())
586-
P1 += llvm::sys::EnvPathSeparator;
587-
P1 += P2;
588-
}
589-
590583
template <class ELFT>
591584
void HandleDynTab(const ELFFile<ELFT>* Elf, StringRef FileName,
592585
SmallVector<StringRef,2>& RPath,

0 commit comments

Comments
 (0)