summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-11-21 00:54:03 +0000
committerDevang Patel <dpatel@apple.com>2009-11-21 00:54:03 +0000
commite1bbc33355dfad00c90b2e8bd1de2fde8c22dc43 (patch)
treecb2dbc64fcaaa01cbcd9352b41ac48b87bfbafdf /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parentb91eba382ddcc40fb95f1c5876aa43ecaf1d9916 (diff)
downloadbcm5719-llvm-e1bbc33355dfad00c90b2e8bd1de2fde8c22dc43.tar.gz
bcm5719-llvm-e1bbc33355dfad00c90b2e8bd1de2fde8c22dc43.zip
Remove dead code.
llvm-svn: 89522
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 1e1d14c0e8e..22907eab4d7 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -241,21 +241,6 @@ void DbgScope::dump() const {
}
#endif
-//===----------------------------------------------------------------------===//
-/// DbgConcreteScope - This class is used to track a scope that holds concrete
-/// instance information.
-///
-class DbgConcreteScope : public DbgScope {
- CompileUnit *Unit;
- DIE *Die; // Debug info for this concrete scope.
-public:
- DbgConcreteScope(DIDescriptor D) : DbgScope(NULL, D) {}
-
- // Accessors.
- DIE *getDie() const { return Die; }
- void setDie(DIE *D) { Die = D; }
-};
-
DbgScope::~DbgScope() {
for (unsigned i = 0, N = Scopes.size(); i < N; ++i)
delete Scopes[i];
OpenPOWER on IntegriCloud