gmhmaxlik_core.m: remove unused global variables

kalman-mex
Johannes Pfeifer 2023-09-16 09:32:39 +02:00 committed by Sébastien Villemot
parent 71b63c6e8e
commit b4104584a2
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ function [PostMod,PostVar,Scale,PostMean] = gmhmaxlik_core(ObjFun,xparam1,mh_bou
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
global bayestopt_ estim_params_ options_
npar = length(xparam1);
NumberOfIterations = options.number;