From 7e0911585ec2996837f151baab3d3fc9145a7e02 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 23 Mar 2006 23:05:52 +0000 Subject: [PATCH] Unneeded forward. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27004 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/DwarfWriter.cpp | 1 - 1 file changed, 1 deletion(-) 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; //===----------------------------------------------------------------------===// -- 2.34.1