preprocessor: remove unnecessary global declaration. closes #1518

issue#70
Houtan Bastani 2017-09-18 11:42:36 +02:00
parent 42d40d00a6
commit bde9cfa211
1 changed files with 1 additions and 2 deletions

View File

@ -1028,8 +1028,7 @@ EstimatedParamsStatement::checkPass(ModFileStructure &mod_file_struct, WarningCo
void
EstimatedParamsStatement::writeOutput(ostream &output, const string &basename, bool minimal_workspace) const
{
output << "global estim_params_" << endl
<< "estim_params_.var_exo = [];" << endl
output << "estim_params_.var_exo = [];" << endl
<< "estim_params_.var_endo = [];" << endl
<< "estim_params_.corrx = [];" << endl
<< "estim_params_.corrn = [];" << endl