mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-16 07:38:43 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf177ee6fd
commit
90a6fd31b7
@ -20,11 +20,6 @@
|
|||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
using namespace llvmc;
|
using namespace llvmc;
|
||||||
|
|
||||||
// SplitString is used by derived Tool classes.
|
|
||||||
typedef void (*SplitStringFunPtr)(const std::string&,
|
|
||||||
std::vector<std::string>&, const char*);
|
|
||||||
SplitStringFunPtr ForceLinkageSplitString = &llvm::SplitString;
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
sys::Path MakeTempFile(const sys::Path& TempDir, const std::string& BaseName,
|
sys::Path MakeTempFile(const sys::Path& TempDir, const std::string& BaseName,
|
||||||
const std::string& Suffix) {
|
const std::string& Suffix) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user