From c43308a07b60498fdd2c007ca714e96e81551dc5 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Fri, 8 Sep 2023 08:08:35 +0200
Subject: [PATCH] forcst.m: remove redundant call to make_ex_

---
 matlab/forcst.m | 2 --
 1 file changed, 2 deletions(-)

diff --git a/matlab/forcst.m b/matlab/forcst.m
index 0d47fc7a9d..79c1af76e4 100644
--- a/matlab/forcst.m
+++ b/matlab/forcst.m
@@ -39,12 +39,10 @@ function [yf,int_width,int_width_ME]=forcst(dr,y0,horizon,var_list,M_,oo_,option
 % You should have received a copy of the GNU General Public License
 % along with Dynare.  If not, see <https://www.gnu.org/licenses/>.
 
-oo_=make_ex_(M_,options_,oo_);
 yf = simult_(M_,options_,y0,dr,zeros(horizon,M_.exo_nbr),1);
 nstatic = M_.nstatic;
 nspred = M_.nspred;
 nc = size(dr.ghx,2);
-endo_nbr = M_.endo_nbr;
 inv_order_var = dr.inv_order_var;
 [A,B] = kalman_transition_matrix(dr,nstatic+(1:nspred),1:nc);
 
-- 
GitLab