summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitb56a80061a4eb20db36cd61ea2d9937d841ee22e (patch)
tree5a87060367ee97e432625fb1a4aada68bff0e58a /llvm/lib/CodeGen/DwarfWriter.cpp
parent22b692f2193f41db05cf3b2eec3a375b2a22db89 (diff)
downloadbcm5719-llvm-b56a80061a4eb20db36cd61ea2d9937d841ee22e.tar.gz
bcm5719-llvm-b56a80061a4eb20db36cd61ea2d9937d841ee22e.zip
Remove unused variables.
llvm-svn: 25576
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--llvm/lib/CodeGen/DwarfWriter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 7ca061b1bda..993207d0f25 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud