preprocessor: remove unnecessary reindexing

issue#70
Houtan Bastani 2015-05-19 16:31:50 +02:00
parent 217123bb19
commit 1817992f45
1 changed files with 0 additions and 5 deletions

View File

@ -316,11 +316,6 @@ ModFile::transformPass(bool nostrict)
dynamic_model.reindex(orig_symbol_table);
dynamic_model.reindexStaticOnlyEquations(orig_symbol_table);
SymbolTable *exp_tree_symbol_table = expressions_tree.getSymbolTable();
exp_tree_symbol_table->rmExo(unusedExo, orig_symbol_table);
SymbolTable *ssm_tree_symbol_table = steady_state_model.getSymbolTable();
ssm_tree_symbol_table->rmExo(unusedExo, orig_symbol_table);
vector<Statement *> orig_statements = statements;
statements.clear();