Skip to content

Commit

Permalink
- Removed most of the unused imports warnings
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12721 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Leonardo Laguna committed Aug 29, 2012
1 parent 7197c1f commit c0f5b66
Show file tree
Hide file tree
Showing 15 changed files with 4,817 additions and 4,855 deletions.
1 change: 0 additions & 1 deletion Compiler/BackEnd/BackendDAECreate.mo
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public import DAE;
public import Env;

protected import BackendDAEUtil;
protected import BackendDump;
protected import BackendEquation;
protected import BackendVariable;
protected import BaseHashTable;
Expand Down
7,567 changes: 3,783 additions & 3,784 deletions Compiler/BackEnd/IndexReduction.mo

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Compiler/FrontEnd/ClassLoader.mo
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ public import Absyn;

protected import Config;
protected import Debug;
protected import Dump;
protected import Error;
protected import Flags;
protected import List;
protected import Parser;
protected import Print;
protected import System;
protected import Util;

Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/Env.mo
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ protected import DAEUtil;
protected import Debug;
protected import Dump;
protected import Error;
protected import Expression;
protected import ExpressionDump;
protected import Flags;
protected import List;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/EvalFunction.mo
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ encapsulated package EvalFunction
public import InstTypes;

// protected imports
protected import ExpressionSimplify;

// [TYPE] Types

Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/PrefixUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public import SCode;
public import Prefix;
public import InnerOuter;
public import ClassInf;
public import Values;

type InstanceHierarchy = InnerOuter.InstHierarchy "an instance hierarchy";

Expand Down

0 comments on commit c0f5b66

Please sign in to comment.