From: Jim Laskey Date: Thu, 23 Mar 2006 23:05:52 +0000 (+0000) Subject: Unneeded forward. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7e0911585ec2996837f151baab3d3fc9145a7e02;p=oota-llvm.git Unneeded forward. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27004 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp index 8683ddac206..5fcfdb56fc2 100644 --- a/lib/CodeGen/DwarfWriter.cpp +++ b/lib/CodeGen/DwarfWriter.cpp @@ -39,7 +39,6 @@ namespace llvm { //===----------------------------------------------------------------------===// // Forward declarations. // -class CompileUnit; class DIE; //===----------------------------------------------------------------------===//