Skip to content

Commit 450c6ff

Browse files
committed
- get rid of local case/else declarations.
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6782 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e8be4e5 commit 450c6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/ClassLoader.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ protected function loadClassFromMp
154154
algorithm
155155
outProgram := matchcontinue (inIdent,inString)
156156
local
157-
String mp,pd,classfile,classfile_1,class_,mp_1,dirfile,packfile;
157+
String mp,pd,classfile,classfile_1,class_,mp_1,dirfile,packfile,s;
158158
Absyn.Program p;
159159
Absyn.TimeStamp ts;
160+
Real t1, t2;
160161

161162
case (class_,mp_1)
162-
local Real t1, t2; String s;
163163
equation
164164
mp = System.trim(mp_1, " \"\t");
165165
pd = System.pathDelimiter();

0 commit comments

Comments
 (0)