From 2e9152fed0dc7b1b02b1382feb56128f1b9ff853 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 4 May 2017 16:54:47 +0200 Subject: [PATCH] preprocessor: clean up commit 63180c9e5922d3f198684647051231344486c55d --- preprocessor/DynamicModel.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/preprocessor/DynamicModel.cc b/preprocessor/DynamicModel.cc index d63692c87..12658291f 100644 --- a/preprocessor/DynamicModel.cc +++ b/preprocessor/DynamicModel.cc @@ -3239,10 +3239,7 @@ DynamicModel::addEquationsForVar(map > var_model_i { map::const_iterator it1 = model_endos_and_lags.find(it->first); if (it1 == model_endos_and_lags.end()) - { - cerr << "WARNING: Variable used in var that is not used in the model: " << it->first << endl; - // exit(EXIT_FAILURE); - } + cerr << "WARNING: Variable used in VAR that is not used in the model: " << it->first << endl; else if (it->second < it1->second) {