Browse Source

Remove SymbolsContext from the options.

pull/123/head
triton 12 years ago
parent
commit
6b6ae7ba6c
  1. 1
      src/Parser/Options.h

1
src/Parser/Options.h

@ -38,7 +38,6 @@ public ref struct ParserOptions @@ -38,7 +38,6 @@ public ref struct ParserOptions
System::String^ FileName;
CppSharp::AST::ASTContext^ ASTContext;
CppSharp::AST::SymbolContext^ SymbolsContext;
int ToolSetToUse;
System::String^ TargetTriple;

Loading…
Cancel
Save