aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-25 00:55:35 +0000
committerEric Christopher <echristo@apple.com>2011-10-25 00:55:35 +0000
commitfd747b24a3fb08805336f2070b9316ded6b57810 (patch)
tree017e5d1c680befd1869ed507b09b8e5a960f1d4a /lib
parent86ed4089e367956ea7134dd7e99334a084fec6df (diff)
downloadexternal_llvm-fd747b24a3fb08805336f2070b9316ded6b57810.zip
external_llvm-fd747b24a3fb08805336f2070b9316ded6b57810.tar.gz
external_llvm-fd747b24a3fb08805336f2070b9316ded6b57810.tar.bz2
Remove unused forward decl.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142892 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 4bd5167..b98ace2 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -31,7 +31,6 @@
namespace llvm {
class CompileUnit;
-class DbgConcreteScope;
class DbgVariable;
class MachineFrameInfo;
class MachineModuleInfo;