@ -6,7 +6,6 @@
************************************************************************/
#using <CppSharp.AST.dll>
#include <vcclr.h>
using namespace System::Collections::Generic;
public enum struct CppAbi
@ -480,7 +480,6 @@ Parser::WalkVTableLayout(const clang::VTableLayout& VTLayout)
return Layout;
}
void Parser::WalkVTable(clang::CXXRecordDecl* RD, CppSharp::AST::Class^ C)
{
using namespace clang;