Skip to content

Commit 5156ff2

Browse files
author
Jens Frenkel
committed
- delete unused code
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6669 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent ce288eb commit 5156ff2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Compiler/Algorithm.mo

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -822,13 +822,4 @@ algorithm
822822
end matchcontinue;
823823
end getAllExpsElse;
824824

825-
protected function crefToExp "function: crefToExp
826-
Creates an expression from a ComponentRef.
827-
The type of the expression will become DAE.ET_OTHER."
828-
input DAE.ComponentRef inComponentRef;
829-
output DAE.Exp outExp;
830-
algorithm
831-
outExp:= Expression.makeCrefExp(inComponentRef,DAE.ET_OTHER());
832-
end crefToExp;
833-
834825
end Algorithm;

0 commit comments

Comments
 (0)