From 61ea8811de3bdc265cc080d67333cb4910bac14d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 27 Nov 2019 15:08:56 +0100
Subject: [PATCH] =?UTF-8?q?Remove=20the=20undocumented=20and=20confusing?=
 =?UTF-8?q?=20=E2=80=9Clinear=E2=80=9D=20option=20of=20stoch=5Fsimul?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes: #33
---
 src/DynareBison.yy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/DynareBison.yy b/src/DynareBison.yy
index 1997759c..b4012ed2 100644
--- a/src/DynareBison.yy
+++ b/src/DynareBison.yy
@@ -1465,7 +1465,6 @@ stoch_simul_options_list : stoch_simul_options_list COMMA stoch_simul_options
 stoch_simul_primary_options : o_dr_algo
                             | o_solve_algo
                             | o_simul_algo
-                            | o_linear
                             | o_order
                             | o_replic
                             | o_drop
-- 
GitLab