diff --git a/matlab/steady.m b/matlab/steady.m
index c9a2272b8811723e45dd727a2e78ff8259ba92de..22ce5b5821e2c3117218283af215de57d63fa7d6 100644
--- a/matlab/steady.m
+++ b/matlab/steady.m
@@ -62,13 +62,3 @@ end
 disp_steady_state(M_,oo_);
 
 M_.Sigma_e = Sigma_e;
-
-
-if isempty(ys0_)
-    oo_.endo_simul(:,1:M_.maximum_lag) = oo_.steady_state * ones(1, M_.maximum_lag);
-    %%% Unless I'm wrong, this is (should be?) done in make_y_.m
-% $$$   else
-% $$$     options_ =set_default_option(options_,'periods',1);
-% $$$     oo_.endo_simul(:,M_.maximum_lag+1:M_.maximum_lag+options_.periods+ ...
-% $$$                    M_.maximum_lead) = oo_.steady_state * ones(1,options_.periods+M_.maximum_lead);
-end
\ No newline at end of file