From 4cd9e87d37b63d2eb3e6d0327425b9f674a0afb5 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Wed, 4 Nov 2009 20:40:36 +0000
Subject: [PATCH] 4.1: removed preprocessor useless initialization of     
 estim_params_.param_names      estim_params_.user_param_names

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3125 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 ComputingTasks.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ComputingTasks.cc b/ComputingTasks.cc
index 3b60d79e..f9f2223f 100644
--- a/ComputingTasks.cc
+++ b/ComputingTasks.cc
@@ -362,8 +362,6 @@ EstimatedParamsStatement::writeOutput(ostream &output, const string &basename) c
          << "estim_params_.var_endo = [];" << endl
          << "estim_params_.corrx = [];" << endl
          << "estim_params_.corrn = [];" << endl
-         << "estim_params_.param_names = [];" << endl
-         << "estim_params_.user_param_names = [];" << endl
          << "estim_params_.param_vals = [];" << endl
          << "M_.H = 0;" << endl;
 
-- 
GitLab