remove unused variable

issue#70
Houtan Bastani 2018-08-22 16:01:10 +02:00
parent 80c45ee116
commit 1874fa5cce
1 changed files with 0 additions and 2 deletions

View File

@ -376,8 +376,6 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const
// Get all equation tags associated with VARs and Pac Models
set<string> eqtags;
map<string, pair<SymbolList, int>> var_model_info_var_expectation;
for (auto const & it : trend_component_model_table.getEqTags())
for (auto & it1 : it.second)
eqtags.insert(it1);