mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 17:11:44 +03:00
Remove old unused declarations
This commit is contained in:
parent
4e2d45a409
commit
ac2524d129
11 changed files with 8 additions and 31 deletions
|
@ -324,6 +324,12 @@ public:
|
|||
s->enclosingScopeExit = enclosingTryFinally();
|
||||
StatementVisitor::visit(s);
|
||||
}
|
||||
|
||||
void visit(AsmBlockStatement *s)
|
||||
{
|
||||
s->enclosingScopeExit = enclosingTryFinally();
|
||||
StatementVisitor::visit(s);
|
||||
}
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue