Browse Source

Remove some old debug output.

pull/1/head
triton 12 years ago
parent
commit
ba8081b0ba
  1. 2
      src/Parser/Parser.cpp

2
src/Parser/Parser.cpp

@ -409,8 +409,6 @@ CppSharp::Class^ Parser::WalkRecordCXX(clang::CXXRecordDecl* Record) @@ -409,8 +409,6 @@ CppSharp::Class^ Parser::WalkRecordCXX(clang::CXXRecordDecl* Record)
RC->Bases->Add(Base);
}
//Debug("Size: %I64d\n", Layout.getSize().getQuantity());
return RC;
}

Loading…
Cancel
Save