Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel authored and OpenModelica-Hudson committed May 12, 2017
1 parent 8ed0af6 commit 480ac49
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Compiler/BackEnd/BackendDAECreate.mo
Expand Up @@ -103,18 +103,17 @@ public function lower "This function translates a DAE, which is the result from
protected
list<BackendDAE.Var> varlst, globalKnownVarLst, extvarlst;
BackendDAE.Variables vars, globalKnownVars, localKnownVars, vars_1, extVars, aliasVars, extAliasVars;
list<BackendDAE.Equation> eqns, reqns, ieqns, algeqns, algeqns1, ialgeqns, multidimeqns, imultidimeqns, eqns_1, ceeqns, iceeqns;
list<BackendDAE.Equation> eqns, reqns, ieqns;
list<DAE.Constraint> constrs;
list<DAE.ClassAttributes> clsAttrs;
BackendDAE.EquationArray eqnarr, reqnarr, ieqnarr;
BackendDAE.ExternalObjectClasses extObjCls;
BackendDAE.SymbolicJacobians symjacs;
BackendDAE.EventInfo einfo;
list<DAE.Element> elems, aliaseqns;
list<BackendDAE.ZeroCrossing> zero_crossings;
DAE.FunctionTree functionTree;
list<BackendDAE.TimeEvent> timeEvents;
String neqStr,nvarStr;
String neqStr, nvarStr;
Integer varSize, eqnSize, numCheckpoints;
algorithm
numCheckpoints:=ErrorExt.getNumCheckpoints();
Expand Down Expand Up @@ -336,9 +335,8 @@ protected
list<DAE.Element> dae_elts;
DAE.ClassAttributes class_attrs;
DAE.Constraint constraints;
DAE.Element el, el1;
DAE.Element el;
BackendDAE.EquationAttributes eq_attrs;
DAE.ComponentRef cr;
Integer whenClkCnt = 1;
DAE.Exp e;
list<BackendDAE.Equation> eqns, reqns;
Expand Down

0 comments on commit 480ac49

Please sign in to comment.