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
System::String^ FileName; System::String^ FileName;
CppSharp::AST::ASTContext^ ASTContext; CppSharp::AST::ASTContext^ ASTContext;
CppSharp::AST::SymbolContext^ SymbolsContext;
int ToolSetToUse; int ToolSetToUse;
System::String^ TargetTriple; System::String^ TargetTriple;

Loading…
Cancel
Save