Skip to content

Commit

Permalink
Symboltable shouldn't be in the class
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jan 30, 2018
1 parent 854ded5 commit eeba7bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion OMShell/OMShellGUI/omcinteractiveenvironment.h
Expand Up @@ -47,7 +47,6 @@ namespace IAEX

public:
threadData_t *threadData_;
void *symbolTable_;

static OmcInteractiveEnvironment* getInstance();
virtual QString getResult();
Expand Down
1 change: 0 additions & 1 deletion mosh/src/omcinteractiveenvironment.h
Expand Up @@ -48,7 +48,6 @@ class OmcInteractiveEnvironment

public:
threadData_t *threadData_;
void *symbolTable_;

static OmcInteractiveEnvironment* getInstance();
virtual std::string getResult();
Expand Down

0 comments on commit eeba7bb

Please sign in to comment.