diff options
Diffstat (limited to 'src/convert/resolve.cpp')
-rw-r--r-- | src/convert/resolve.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/convert/resolve.cpp b/src/convert/resolve.cpp index 5c71cd8f..3a42beff 100644 --- a/src/convert/resolve.cpp +++ b/src/convert/resolve.cpp @@ -151,7 +151,6 @@ void CPathResolver::end_scope() void CPathResolver::handle_path(AST::Path& path, CASTIterator::PathMode mode)
{
- INDENT();
DEBUG("path = " << path);
// Handle generic components of the path
@@ -294,8 +293,6 @@ void CPathResolver::handle_path(AST::Path& path, CASTIterator::PathMode mode) if( mode != MODE_BIND )
throw ParseError::Generic("Name resolution failed");
}
-
- UNINDENT();
}
void CPathResolver::handle_type(TypeRef& type)
{
|