mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452.
Caught in post-commit review by Frédéric. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06b11e36e5
commit
3d71678283
@ -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…
x
Reference in New Issue
Block a user