From 26a027caaf751cde502b6044ad91b208bbfdc8ca Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Sun, 18 Jan 2015 20:13:08 +0800 Subject: Clean up debug output (make type printing prettier) --- src/convert/resolve.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/convert/resolve.cpp') 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) { -- cgit v1.2.3