diff options
author | Eric Christopher <echristo@gmail.com> | 2013-07-03 01:57:20 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-07-03 01:57:20 +0000 |
commit | 015343eb7ca02f8f31117889f46e0badc7eb9aba (patch) | |
tree | 19efbb172458797bd4bfbca44283cd297cbb8768 /lib/CodeGen | |
parent | da965defb86fdc9430d40c291e770a6219698de6 (diff) | |
download | external_llvm-015343eb7ca02f8f31117889f46e0badc7eb9aba.zip external_llvm-015343eb7ca02f8f31117889f46e0badc7eb9aba.tar.gz external_llvm-015343eb7ca02f8f31117889f46e0badc7eb9aba.tar.bz2 |
Remove unnecessary forward declare.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 1a03688..e28f708 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -41,7 +41,6 @@ class DIEAbbrev; class DIE; class DIEBlock; class DIEEntry; -class DwarfDebug; //===----------------------------------------------------------------------===// /// \brief This class is used to record source line correspondence. |