From 83404e320d5074f6bd7919ca56decf4a211bfeae Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Tue, 24 Jan 2006 04:42:53 +0000 Subject: [PATCH] Remove unused variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25576 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/DwarfWriter.cpp | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.34.1