From 8fa37a0439fdb62e4f7291d19609330bb668de4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 15 Jun 2023 17:51:32 +0200
Subject: [PATCH] perfect_foresight_with_expectation_errors_solver: remove
 obsolete code

This should have been removed in c1b78e26ac96ecd1e553f6306a9acb7c54d1f27f
---
 .../perfect_foresight_with_expectation_errors_solver.m       | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/matlab/perfect-foresight-models/perfect_foresight_with_expectation_errors_solver.m b/matlab/perfect-foresight-models/perfect_foresight_with_expectation_errors_solver.m
index 499953c4ac..c2e7f0fed3 100644
--- a/matlab/perfect-foresight-models/perfect_foresight_with_expectation_errors_solver.m
+++ b/matlab/perfect-foresight-models/perfect_foresight_with_expectation_errors_solver.m
@@ -34,11 +34,6 @@ exo_simul = oo_.exo_simul;
 % Start main loop around informational periods
 info_period = 1;
 increment = 0;
-if isempty(ys0_)
-    initial_steady_state = oo_.steady_state;
-else
-    initial_steady_state = ys0_;
-end
 while info_period <= periods
     if ~options_.noprint
         fprintf('perfect_foresight_with_expectations_errors_solver: computing solution for information available at period %d\n', info_period)
-- 
GitLab