Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Jan 12, 2017
1 parent 23f4cf8 commit a70aefe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -117,14 +117,6 @@ import ZeroCrossings;

protected constant String UNDERLINE = "========================================";

public function appendLists
input list<SimCode.SimEqSystem> inEqn1;
input list<SimCode.SimEqSystem> inEqn2;
output list<SimCode.SimEqSystem> outEqn;
algorithm
outEqn := listAppend(inEqn1, inEqn2);
end appendLists;

protected function compareEqSystems
input SimCode.SimEqSystem eq1;
input SimCode.SimEqSystem eq2;
Expand Down
5 changes: 0 additions & 5 deletions Compiler/Template/SimCodeTV.mo
Expand Up @@ -793,11 +793,6 @@ package SimCodeFunction
end SimCodeFunction;

package SimCodeUtil
function appendLists
input list<SimCode.SimEqSystem> inEqn1;
input list<SimCode.SimEqSystem> inEqn2;
output list<SimCode.SimEqSystem> outEqn;
end appendLists;

function functionInfo
input SimCodeFunction.Function fn;
Expand Down

0 comments on commit a70aefe

Please sign in to comment.