[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Jeff Cohen
jeffc at jolt-lang.org
Mon Jan 23 20:43:04 PST 2006
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.13 -> 1.14
---
Log message:
Remove unused variables.
---
Diffs of the changes: (+0 -3)
DwarfWriter.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.13 llvm/lib/CodeGen/DwarfWriter.cpp:1.14
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.13 Mon Jan 23 18:49:18 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp Mon Jan 23 22:42:53 2006
@@ -875,9 +875,6 @@
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;
More information about the llvm-commits
mailing list