From: Jeff Cohen Date: Tue, 24 Jan 2006 04:42:53 +0000 (+0000) Subject: Remove unused variables. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=83404e320d5074f6bd7919ca56decf4a211bfeae;p=oota-llvm.git Remove unused variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25576 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 7ca061b1bda..993207d0f25 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;