Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed Sep 2, 2015
2 parents 32a85cd + 44eef17 commit 355aa82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/FrontEnd/ConnectUtil.mo
Expand Up @@ -2860,7 +2860,6 @@ algorithm
flow_exp := flowExp(inElement);
ty := Expression.typeof(flow_exp);
attr_oexp := Types.lookupAttributeExp(Types.getAttributes(ty), attr);
isZero := false;
if isSome(attr_oexp) then
SOME(attr_exp) := attr_oexp;
isZero := Expression.isZero(attr_exp);
Expand Down

0 comments on commit 355aa82

Please sign in to comment.