diff options
| -rw-r--r-- | llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp b/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp index d0ea22ef94f..2171bd48bce 100644 --- a/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp +++ b/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp @@ -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: |

