Skip to content

Commit

Permalink
Remove unsued function
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker authored and vgvassilev committed Jan 27, 2024
1 parent 10097e0 commit e61e7ca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/Interpreter/DynamicLibraryManagerSymbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,13 +580,6 @@ namespace Cpp {
return result;
}

void CombinePaths(std::string& P1, const char* P2) {
if (!P2 || !P2[0]) return;
if (!P1.empty())
P1 += llvm::sys::EnvPathSeparator;
P1 += P2;
}

template <class ELFT>
void HandleDynTab(const ELFFile<ELFT>* Elf, StringRef FileName,
SmallVector<StringRef,2>& RPath,
Expand Down

0 comments on commit e61e7ca

Please sign in to comment.