Skip to content

Commit

Permalink
- remove unbound local variable
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12489 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Aug 13, 2012
1 parent 7e07b3e commit 32d6c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAECreate.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ algorithm
Integer size;
list<BackendDAE.Equation> eqnl;
list<BackendDAE.WhenOperator> reinit;
DAE.Exp cre,e,cond;
DAE.Exp cre,e;
DAE.ComponentRef cr;
list<DAE.Element> xs,eqns;
DAE.Element el;
Expand Down

0 comments on commit 32d6c24

Please sign in to comment.