Skip to content

Commit

Permalink
- remove useles listReverse, see what happens ;)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15438 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Mar 2, 2013
1 parent 106f53c commit 1427fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAETransform.mo
Expand Up @@ -1364,7 +1364,7 @@ algorithm
(stack,comp) = checkStack(vn, rest, number, top :: icomp);
then
(stack,comp);
case (_,_,_,_) then (istack,listReverse(icomp));
case (_,_,_,_) then (istack,icomp);
end matchcontinue;
end checkStack;

Expand Down

0 comments on commit 1427fde

Please sign in to comment.