diff --git a/examples/NK_baseline_steadystate.m b/examples/NK_baseline_steadystate.m
index 3ea4f0327738cfc75f8d29f64958f5866e98f378..1d17e27a6e91d87a76157334c133de75c2025e40 100644
--- a/examples/NK_baseline_steadystate.m
+++ b/examples/NK_baseline_steadystate.m
@@ -15,7 +15,7 @@ function [ys,params,check] = NK_baseline_steadystate(ys,exo,M_,options_)
 %   - check     [scalar] set to 0 if steady state computation worked and to
 %                    1 of not (allows to impose restrictions on parameters)
 
-% Copyright © 2013-2020 Dynare Team
+% Copyright © 2013-2024 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -52,8 +52,6 @@ u=1;
 q=1;
 d=1;
 phi=1;
-m=0;
-zeta=1;
 LambdaYd= (LambdaA+alppha*Lambdamu)/(1-alppha);
 mu_z=exp(LambdaYd);
 mu_I=exp(Lambdamu);