diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfFile.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfFile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h b/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h index 279468409b3..68ac530fd35 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h @@ -52,8 +52,6 @@ class DwarfFile { unsigned NextStringPoolNumber; std::string StringPref; - AddressPool AddrPool; - public: DwarfFile(AsmPrinter *AP, const char *Pref, BumpPtrAllocator &DA); @@ -98,8 +96,6 @@ public: /// \brief Returns the string pool. StrPool *getStringPool() { return &StringPool; } - - AddressPool &getAddressPool() { return AddrPool; } }; } #endif |