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; //===----------------------------------------------------------------------===// _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits