From ba8081b0ba935158408f80dfb541d62a5ba5e342 Mon Sep 17 00:00:00 2001 From: triton Date: Sat, 18 May 2013 16:49:30 +0100 Subject: [PATCH] Remove some old debug output. --- src/Parser/Parser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Parser/Parser.cpp b/src/Parser/Parser.cpp index a0d75536..40498bf4 100644 --- a/src/Parser/Parser.cpp +++ b/src/Parser/Parser.cpp @@ -409,8 +409,6 @@ CppSharp::Class^ Parser::WalkRecordCXX(clang::CXXRecordDecl* Record) RC->Bases->Add(Base); } - //Debug("Size: %I64d\n", Layout.getSize().getQuantity()); - return RC; }