From 92e82cfa0a823eb743cc0888d45349246326f944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 14 Feb 2022 14:40:34 +0100 Subject: [PATCH] Bytecode: remove unused function prototype --- mex/sources/bytecode/SparseMatrix.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/mex/sources/bytecode/SparseMatrix.hh b/mex/sources/bytecode/SparseMatrix.hh index 6e1bb9539..a58c68e02 100644 --- a/mex/sources/bytecode/SparseMatrix.hh +++ b/mex/sources/bytecode/SparseMatrix.hh @@ -58,7 +58,6 @@ public: void fixe_u(double **u, int u_count_int, int max_lag_plus_max_lead_plus_1); void Read_SparseMatrix(const string &file_name, int Size, int periods, int y_kmin, int y_kmax, bool two_boundaries, int stack_solve_algo, int solve_algo); void Close_SaveCode(); - void Read_file(string file_name, int periods, int u_size1, int y_size, int y_kmin, int y_kmax, int &nb_endo, int &u_count, int &u_count_init, double *u); void Singular_display(int block, int Size); void End_Solver(); double g0, gp0, glambda2;