aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-23 23:05:52 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-23 23:05:52 +0000
commit7e0911585ec2996837f151baab3d3fc9145a7e02 (patch)
tree10471cb312e12426caf2ed05e0878d9e1dba0a0b /lib/CodeGen/DwarfWriter.cpp
parent2fee235bf35fbcb0186835434310cb6bf1bfd0c8 (diff)
Unneeded forward.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--lib/CodeGen/DwarfWriter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index 8683ddac20..5fcfdb56fc 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/lib/CodeGen/DwarfWriter.cpp
@@ -39,7 +39,6 @@ namespace llvm {
//===----------------------------------------------------------------------===//
// Forward declarations.
//
-class CompileUnit;
class DIE;
//===----------------------------------------------------------------------===//