Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfFile.cpp
index 355bfd643938445e74ac42f515928fef7ebc09a9..7ad28225e9642c14cd672af2843b6b8c2a55d509 100644 (file)
@@ -20,9 +20,7 @@
 namespace llvm {
 DwarfFile::DwarfFile(AsmPrinter *AP, DwarfDebug &DD, StringRef Pref,
                      BumpPtrAllocator &DA)
-    : Asm(AP), DD(DD), StrPool(DA, *Asm, Pref) {
-  (void)this->DD;
-}
+    : Asm(AP), DD(DD), StrPool(DA, *Asm, Pref) {}
 
 DwarfFile::~DwarfFile() {}