Skip to content

Commit

Permalink
- Use the one defined in CevalScript.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15419 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 1, 2013
1 parent 994fb6a commit ab855c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Compiler/Script/Interactive.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1928,16 +1928,6 @@ algorithm
then
(resstr,st);

case (istmts, st as SYMBOLTABLE(ast = p))
equation
matchApiFunction(istmts, "isModel");
{Absyn.CREF(componentRef = cr)} = getApiFunctionArgs(istmts);
path = Absyn.crefToPath(cr);
b1 = isModel(path, p);
resstr = boolString(b1);
then
(resstr,st);

case (istmts, st as SYMBOLTABLE(ast = p))
equation
matchApiFunction(istmts, "isRecord");
Expand Down

0 comments on commit ab855c6

Please sign in to comment.