Skip to content

Commit

Permalink
Fix --Wunused-function.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293131 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rui314 committed Jan 26, 2017
1 parent 6c2c7c8 commit f544b74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/llvm-pdbdump/LLVMOutputStyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,6 @@ Error LLVMOutputStyle::dumpInfoStream() {
return Error::success();
}

static void printTypeIndexOffset(raw_ostream &OS,
const TypeIndexOffset &TIOff) {
OS << "{" << TIOff.Type.getIndex() << ", " << TIOff.Offset << "}";
}

namespace {
class RecordBytesVisitor : public TypeVisitorCallbacks {
public:
Expand Down

0 comments on commit f544b74

Please sign in to comment.