Ignore:
Timestamp:
2022-05-17T13:37:50+02:00 (2 years ago)
Author:
Per Östlund <perost86@…>
Parents:
b7b3c97
git-author:
Per Östlund <perost86@…> (05/17/22 13:32:21)
git-committer:
Per Östlund <perost86@…> (05/17/22 13:37:50)
Message:

Remove Call.getLastPathName

  • Remove Call.getLastPathName since it's just a copy of AbsynUtil.pathLastIdent and doesn't really belong in Call.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/NBackEnd/Util/NBDifferentiate.mo

    rc08d0b7 r34d984d1  
    903903      // try some simple known cases
    904904      case (Expression.CALL()) algorithm
    905         ret := match Call.getLastPathName(Call.functionName(exp.call))
     905        ret := match Call.functionNameLast(exp.call)
    906906          case "sample" then Expression.BOOLEAN(false);
    907907          else fail();
Note: See TracChangeset for help on using the changeset viewer.