Remove unused variables.
authorJeff Cohen <jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:42:53 +0000 (04:42 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:42:53 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25576 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/DwarfWriter.cpp

index 7ca061b1bda4b6c6788dd1f8dab498aea55dcd20..993207d0f258f4626449882a8c56b6ec82c3db89 100644 (file)
@@ -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;