Skip to content

Commit

Permalink
silence an unused function warning.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128831 91177308-0d34-0410-b5e6-96231b3b80d8
lattner committed Apr 4, 2011

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f49fde2 commit 74a26fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/macho-dump/macho-dump.cpp
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ static void Warning(const Twine &Msg) {

///

#if 0
static int DumpHeader(MachOObject &Obj) {
// Read the header.
const macho::Header &Hdr = Obj.getHeader();
@@ -67,6 +68,7 @@ static int DumpHeader(MachOObject &Obj) {

return 0;
}
#endif

static void DumpSegmentCommandData(StringRef Name,
uint64_t VMAddr, uint64_t VMSize,

0 comments on commit 74a26fe

Please sign in to comment.