Skip to content

Commit

Permalink
- Remove commented code
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9685 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 25, 2011
1 parent 40acb4b commit 9e3b3af
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Compiler/FrontEnd/Ceval.mo
Expand Up @@ -5382,16 +5382,6 @@ algorithm
// we have no subscripts but we have a value, return it
case (cache,env,{},v,_,_) then (cache,v);

// if we are in a for loop scope, the subs might be a for iterator, check
/*
case (cache,env,{DAE.INDEX(DAE.CREF(cr, _))},v,_,_)
equation
// we have a iterator, return the value as it is
(cache,_,_,_,SOME(_),_,_,_,_) = Lookup.lookupVarLocal(cache, env, cr);
then
(cache,v);
*/

/*// failtrace
case (cache, env, subs, inValue, dims, _, _)
equation
Expand Down

0 comments on commit 9e3b3af

Please sign in to comment.