mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b8bce11d6
commit
9bff5cbae8
@ -241,21 +241,6 @@ void DbgScope::dump() const {
|
|||||||
}
|
}
|
||||||
#endif
|
#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() {
|
DbgScope::~DbgScope() {
|
||||||
for (unsigned i = 0, N = Scopes.size(); i < N; ++i)
|
for (unsigned i = 0, N = Scopes.size(); i < N; ++i)
|
||||||
delete Scopes[i];
|
delete Scopes[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user