This reverts commit 6297ec532e.
6297ec532e
@ -9,7 +9,6 @@
#include "Interop.h"
#include <clang/AST/ASTContext.h>
using namespace CppSharp::Parser;
//-----------------------------------//
@ -8,8 +8,6 @@
#include "Parser.h"
public ref class ClangParser
{
public:
@ -9,8 +9,6 @@
#include <vcclr.h>
using namespace System::Collections::Generic;
namespace CppSharp { namespace Parser {
public ref struct ParserOptions
ParserOptions()
@ -91,5 +89,3 @@ enum class SourceLocationKind
System,
User
};
} }
@ -31,8 +31,6 @@
#include <CodeGen/TargetInfo.h>
#include <CodeGen/CGCall.h>
Parser::Parser(ParserOptions^ Opts) : Lib(Opts->Library), Opts(Opts), Index(0)
@ -38,8 +38,6 @@ namespace clang {
#define Debug printf
struct Parser
Parser(ParserOptions^ Opts);
@ -108,5 +106,3 @@ protected:
clang::TargetCodeGenInfo* CodeGenInfo;
clang::CodeGen::CodeGenTypes* CodeGenTypes;