[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp
Jim Laskey
jlaskey at apple.com
Thu Mar 23 15:06:05 PST 2006
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.50 -> 1.51
---
Log message:
Unneeded forward.
---
Diffs of the changes: (+0 -1)
DwarfWriter.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.50 llvm/lib/CodeGen/DwarfWriter.cpp:1.51
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.50 Thu Mar 23 17:02:34 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp Thu Mar 23 17:05:52 2006
@@ -39,7 +39,6 @@
//===----------------------------------------------------------------------===//
// Forward declarations.
//
-class CompileUnit;
class DIE;
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list