mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Remove addToNoHelperNeeded function that was left unused after r173649. Fixes a -Wunused warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
074ddd6f01
commit
52dd806ed9
@ -214,12 +214,6 @@ namespace {
|
|||||||
};
|
};
|
||||||
|
|
||||||
std::set<const char*, ltstr> noHelperNeeded;
|
std::set<const char*, ltstr> noHelperNeeded;
|
||||||
|
|
||||||
const char* addToNoHelperNeeded(const char* s) {
|
|
||||||
noHelperNeeded.insert(s);
|
|
||||||
return s;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MipsTargetLowering::SetMips16LibcallName
|
void MipsTargetLowering::SetMips16LibcallName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user