From b56a80061a4eb20db36cd61ea2d9937d841ee22e Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Tue, 24 Jan 2006 04:42:53 +0000 Subject: Remove unused variables. llvm-svn: 25576 --- llvm/lib/CodeGen/DwarfWriter.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp') diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 7ca061b1bda..993207d0f25 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/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; -- cgit v1.2.3