aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-01-24 04:42:53 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-01-24 04:42:53 +0000
commit83404e320d5074f6bd7919ca56decf4a211bfeae (patch)
tree21644259c1d4cf508279e1edd7311991eaa91418 /lib/CodeGen/DwarfWriter.cpp
parentc73fe2ac0cbb79dd37fe7be863b4d2cae280c47a (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.cpp3
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;