diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:42:53 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:42:53 +0000 |
commit | 83404e320d5074f6bd7919ca56decf4a211bfeae (patch) | |
tree | 21644259c1d4cf508279e1edd7311991eaa91418 /lib/CodeGen/DwarfWriter.cpp | |
parent | c73fe2ac0cbb79dd37fe7be863b4d2cae280c47a (diff) |
Remove unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25576 91177308-0d34-0410-b5e6-96231b3b80d8
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; |