Changeset 13898


Ignore:
Timestamp:
2012-11-15T09:41:27+01:00 (11 years ago)
Author:
sjoelund.se
Message:
  • Remove unused ceval call with empty cache and env
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/FrontEnd/InstSection.mo

    r13881 r13898  
    47554755    /* Tuple with rhs constant */
    47564756    case (cache,env,ih,pre,Absyn.TUPLE(expressions = expl),e_1,eprop,_,source,_,impl,_,_)
    4757       equation 
     4757      equation
    47584758        (cache, e_1 as DAE.TUPLE(PR = expl_1), eprop) = Ceval.cevalIfConstant(cache, env, e_1, eprop, impl, info);
    4759         (_,_,_) = Ceval.ceval(Env.emptyCache(),Env.emptyEnv, e_1, false,NONE(), Ceval.MSG(info));
    47604759        (cache,expl_2,cprops,attrs,_) = Static.elabExpCrefNoEvalList(cache,env, expl, impl,NONE(),false,pre,info, Error.getNumErrorMessages());
    47614760        Static.checkAssignmentToInputs(expl, attrs, env, info);
Note: See TracChangeset for help on using the changeset viewer.