From 332cb9ec2f242ce0521957e620de9cc6b2bff911 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 4 Jun 2022 23:21:14 +0200 Subject: [PATCH] [FEM] fix wrong error message about comments - fixes an annoying warning (that is output as error) about unused COMMENT --- src/Mod/Fem/femtools/tokrules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Fem/femtools/tokrules.py b/src/Mod/Fem/femtools/tokrules.py index 65b399bab861..6781e6b9cca7 100644 --- a/src/Mod/Fem/femtools/tokrules.py +++ b/src/Mod/Fem/femtools/tokrules.py @@ -36,7 +36,6 @@ 'EQUALS', 'LPAREN', 'RPAREN', - 'COMMENT', 'POWER' )