plcopen/structures.py
changeset 1846 14b40afccd69
parent 1832 0f1081928d65
child 1847 6198190bc121
--- a/plcopen/structures.py	Tue Oct 03 16:12:55 2017 +0300
+++ b/plcopen/structures.py	Tue Oct 03 16:31:31 2017 +0300
@@ -193,7 +193,6 @@
                     section_name = fields[0]
                 Current_section = {"name": section_name, "list": []}
                 Standard_Functions_Decl.append(Current_section)
-                Function_decl_list = []
             if Current_section:
                 Function_decl = dict([(champ, val) for champ, val in zip(fonctions, fields[1:]) if champ])
                 baseinputnumber = int(Function_decl.get("baseinputnumber", 1))