From 5beec534587969f4d71f7cba8abc384859b1beb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 30 Jan 2013 16:26:56 +0100 Subject: [PATCH] Remove unused function prototype --- mex/sources/estimation/utils/dynamic_dll.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mex/sources/estimation/utils/dynamic_dll.hh b/mex/sources/estimation/utils/dynamic_dll.hh index dfb4d8b19..0afbea74a 100644 --- a/mex/sources/estimation/utils/dynamic_dll.hh +++ b/mex/sources/estimation/utils/dynamic_dll.hh @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Dynare Team + * Copyright (C) 2010-2013 Dynare Team * * This file is part of Dynare. * @@ -57,8 +57,6 @@ public: virtual ~DynamicModelDLL(); //! evaluate Dynamic model DLL - void eval(const Vector &y, const Matrix &x, const Vector ¶ms, VectorView &ySteady, - Vector &residual, Matrix *g1, Matrix *g2, Matrix *g3) throw (TSException); template void eval(const Vector &y, const Matrix &x, const VectorView &modParams, VEC &ySteady, Vector &residual, Matrix *g1, Matrix *g2, Matrix *g3) throw (TSException)