diff options
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r-- | lib/CodeGen/DwarfWriter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 7ca061b1bd..993207d0f2 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -875,9 +875,6 @@ void DIE::AddChild(DIE *Child) { DIE *DWContext::NewBasicType(const Type *Ty, unsigned Size, unsigned Align) { DIE *TypeDie = Types[Ty]; - char *Name; - unsigned Encoding; - // If first occurance of type. if (!TypeDie) { const char *Name; |