preprocessor: remove unnecessary reindexing

time-shift
Houtan Bastani 2015-05-19 16:31:50 +02:00
parent 6cc2ac2cbf
commit 2ff3f06a69
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();