Skip to content

Commit

Permalink
Removed debug printing from commit #3974
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3977 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Björn Zachrisson committed Mar 26, 2009
1 parent ab01fe3 commit 84b019d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/Inst.mo
Expand Up @@ -1769,7 +1769,6 @@ algorithm
// end Icons;
// if we don't check that, then the compiler enters an infinite loop!
// what we do is removing Icons from extends Icons.BaseLibrary;
print("Derived\n");
cn = removeSelfReference(className, cn);
(cache,(c as SCode.CLASS(cn2,_,enc2,r,_)),cenv) = Lookup.lookupClass(cache,env, cn, true);
cenv_2 = Env.openScope(cenv, enc2, SOME(cn2));
Expand Down

0 comments on commit 84b019d

Please sign in to comment.