Skip to content

Commit

Permalink
- remove unused but imported modules
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16634 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jul 19, 2013
1 parent e41f150 commit c305590
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Compiler/BackEnd/HpcOmSimCode.mo
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ protected import Error;
protected import HpcOmTaskGraph;
protected import Initialization;
protected import InlineSolver;
protected import List;
protected import SimCodeUtil;
protected import System;

public function createSimCode "function createSimCode
entry point to create SimCode from BackendDAE."
Expand Down
2 changes: 0 additions & 2 deletions Compiler/BackEnd/HpcOmTaskGraph.mo
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ protected import BackendVariable;
protected import ComponentReference;
protected import Debug;
protected import Expression;
protected import ExpressionDump;
protected import ExpressionSolve;
protected import GraphML;
protected import HpcOmBenchmark;
protected import IOStream;
protected import List;
protected import System;
protected import Util;
Expand Down
1 change: 0 additions & 1 deletion Compiler/BackEnd/RemoveSimpleEquations.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3887,5 +3887,4 @@ algorithm
end match;
end traverseCrefUnreplacable;


end RemoveSimpleEquations;

0 comments on commit c305590

Please sign in to comment.