From 1965411bf551cb573a0c533eb109f0694bdd5698 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Tue, 18 Oct 2022 23:19:48 +0200 Subject: [PATCH] Sim: Remove the parsing exception for LTspice compat Silently ignoring this may be a cure worse than disease. --- eeschema/sim/spice_grammar.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/eeschema/sim/spice_grammar.h b/eeschema/sim/spice_grammar.h index 27bd53c44e..fc91edeeca 100644 --- a/eeschema/sim/spice_grammar.h +++ b/eeschema/sim/spice_grammar.h @@ -114,14 +114,7 @@ namespace SPICE_GRAMMAR struct paramValuePair : seq {}; - struct paramValuePairs : list, - sep> {}; + struct paramValuePairs : list {}; struct dotModelAko : seq, if_must