From 1874fa5cce17a00462ec91de1824ac1904786baf Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Wed, 22 Aug 2018 16:01:10 +0200 Subject: [PATCH] remove unused variable --- src/ModFile.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ModFile.cc b/src/ModFile.cc index cb78a2de..0b07da93 100644 --- a/src/ModFile.cc +++ b/src/ModFile.cc @@ -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); -- GitLab