diff --git a/llvm/tools/obj2yaml/macho2yaml.cpp b/llvm/tools/obj2yaml/macho2yaml.cpp index 6b0db2aa15fae5..1d89bf115706f2 100644 --- a/llvm/tools/obj2yaml/macho2yaml.cpp +++ b/llvm/tools/obj2yaml/macho2yaml.cpp @@ -34,10 +34,6 @@ class MachODumper { ArrayRef OpcodeBuffer, bool Lazy = false); void dumpExportTrie(std::unique_ptr &Y); void dumpSymbols(std::unique_ptr &Y); - void dumpDebugAbbrev(DWARFContext &DCtx, - std::unique_ptr &Y); - void dumpDebugStrings(DWARFContext &DCtx, - std::unique_ptr &Y); template Expected constructSectionCommon(SectionType Sec,