mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 14:50:30 +00:00
Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452.
Caught in post-commit review by Frédéric. llvm-svn: 220487
This commit is contained in:
parent
cd30ecdc65
commit
8eacc975e4
@ -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() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user