plcopen/structures.py
changeset 170 5068ba721506
parent 151 aaa80b48bead
child 194 1b3f8b4f8e04
--- a/plcopen/structures.py	Tue Feb 26 15:10:58 2008 +0100
+++ b/plcopen/structures.py	Tue Feb 26 15:15:27 2008 +0100
@@ -75,7 +75,6 @@
                     parameter = variable.getformalParameter()
                     if body_type == "FBD" or body_type == "SFC":
                         value = generator.ComputeFBDExpression(body, connections[0], executionOrderId > 0)
-                        vars.append("%s := %s"%(parameter, generator.ExtractModifier(variable, value)))
                     elif body_type == "LD":
                         paths = generator.GenerateLDPaths(variable.connectionPointIn.getconnections(), body)
                         if len(paths) > 0: