Skip to content

Commit

Permalink
- remove unused imports
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21210 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Jun 19, 2014
1 parent 9d71aea commit f4c51db
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion Compiler/BackEnd/HpcOmMemory.mo
Expand Up @@ -38,7 +38,6 @@ encapsulated package HpcOmMemory
public import SimCode;

protected import BackendDAEUtil;
protected import BackendDump;
protected import BackendEquation;
protected import BaseHashTable;
protected import ComponentReference;
Expand Down
1 change: 0 additions & 1 deletion Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -43,7 +43,6 @@ public import SimCode;

protected import Absyn;
protected import BackendDAEUtil;
protected import BackendDump;
protected import BackendVarTransform;
protected import ComponentReference;
protected import DAE;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/FFrontEnd/FExpand.mo
Expand Up @@ -42,11 +42,9 @@ encapsulated package FExpand
public
import Absyn;
import FCore;
import FNode;

protected
import System;
import FLookup;
import FResolve;
import FGraph;
import List;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/FFrontEnd/FGraph.mo
Expand Up @@ -46,8 +46,6 @@ import FNode;
import FVisit;

protected
import System;
import Debug;
import FGraphStream;

public
Expand Down
3 changes: 0 additions & 3 deletions Compiler/FFrontEnd/FInst.mo
Expand Up @@ -48,10 +48,7 @@ import FCore;
protected
import Builtin;
import Env;
import FNode;
import FGraph;
import FLookup;
import FResolve;
import FExpand;
import FGraphBuild;
import FGraphDump;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FFrontEnd/FLookup.mo
Expand Up @@ -42,7 +42,6 @@ public
import Absyn;
import FCore;
import FNode;
import FGraph;

protected
import List;
Expand Down
7 changes: 0 additions & 7 deletions Compiler/FFrontEnd/FMod.mo
Expand Up @@ -41,17 +41,10 @@ encapsulated package FMod

// public imports
public
import Absyn;
import DAE;
import SCode;
import Util;
import FCore;

// protected imports
protected
import Error;
import List;
import FGraph;

public
type Name = FCore.Name;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FFrontEnd/FTraverse.mo
Expand Up @@ -46,7 +46,6 @@ public import FGraph;

// protected imports
protected
import System;

public
type Ident = String " An identifier is just a string " ;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/FFrontEnd/FVisit.mo
Expand Up @@ -45,11 +45,9 @@ import FNode;

// protected imports
protected
import Global;
import List;
import Util;
import Error;
import System;

public
type Id = FCore.Id;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/Dump.mo
Expand Up @@ -53,7 +53,6 @@ protected import Config;
protected import Error;
protected import List;
protected import Print;
protected import System;
protected import Tpl;
protected import Util;

Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/InstDAE.mo
Expand Up @@ -56,7 +56,6 @@ protected import Flags;
protected import InstBinding;
protected import InstUtil;
protected import List;
protected import NFInstUtil;
protected import Types;

protected type Ident = DAE.Ident "an identifier";
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/MetaUtil.mo
Expand Up @@ -49,7 +49,6 @@ protected import Error;
protected import Flags;
protected import List;
protected import Types;
protected import Util;

public function isList "author: KS
Return true if list
Expand Down

0 comments on commit f4c51db

Please sign in to comment.