From f6e7c2d061a9a837429010a215938f16679edd22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 18 Sep 2020 15:05:38 +0200
Subject: [PATCH] Manual: remove obsolete requirement for 'use_dll' on Windows

[skip ci]
---
 doc/manual/source/the-model-file.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index a9c154ab4b..e188c242ea 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -925,9 +925,8 @@ The model is declared inside a ``model`` block:
         libraries (DLL) containing the model equations and
         derivatives, instead of writing those in M-files. You need a
         working compilation environment, i.e. a working ``mex``
-        command (see :ref:`compil-install` for more details). On
-        MATLAB for Windows, you will need to also pass the compiler
-        name at the command line. Using this option can result in
+        command (see :ref:`compil-install` for more details).
+        Using this option can result in
         faster simulations or estimations, at the expense of some
         initial compilation time. [#f2]_
 
-- 
GitLab