mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
silence an unused function warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128831 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -49,6 +49,7 @@ static void Warning(const Twine &Msg) {
|
|||||||
|
|
||||||
///
|
///
|
||||||
|
|
||||||
|
#if 0
|
||||||
static int DumpHeader(MachOObject &Obj) {
|
static int DumpHeader(MachOObject &Obj) {
|
||||||
// Read the header.
|
// Read the header.
|
||||||
const macho::Header &Hdr = Obj.getHeader();
|
const macho::Header &Hdr = Obj.getHeader();
|
||||||
@@ -67,6 +68,7 @@ static int DumpHeader(MachOObject &Obj) {
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void DumpSegmentCommandData(StringRef Name,
|
static void DumpSegmentCommandData(StringRef Name,
|
||||||
uint64_t VMAddr, uint64_t VMSize,
|
uint64_t VMAddr, uint64_t VMSize,
|
||||||
|
Reference in New Issue
Block a user