Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 27, 2010
1 parent 75bf510 commit 89c0167
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion Compiler/BackendDAE.mo
Expand Up @@ -41,7 +41,6 @@ public import Absyn;
public import DAE;
public import SCode;
public import Values;
public import Builtin;
public import HashTable2;

public constant String derivativeNamePrefix="$DER";
Expand Down
1 change: 0 additions & 1 deletion Compiler/BackendDump.mo
Expand Up @@ -43,7 +43,6 @@ public import DAE;
protected import Absyn;
protected import Algorithm;
protected import BackendDAEUtil;
protected import BackendVarTransform;
protected import BackendVariable;
protected import ComponentReference;
protected import DAEEXT;
Expand Down
9 changes: 3 additions & 6 deletions Compiler/DAELow.mo
Expand Up @@ -50,14 +50,15 @@ package DAELow

public import Absyn;
public import BackendDAE;
public import Builtin;
public import DAE;
public import SCode;
public import Values;
public import Builtin;
public import HashTable2;

protected import Algorithm;
protected import BackendDump;
protected import BackendDAETransform;
protected import BackendDAEUtil;
protected import BackendVarTransform;
protected import BackendVariable;
protected import Ceval;
Expand All @@ -77,11 +78,7 @@ protected import OptManager;
protected import RTOpts;
protected import System;
protected import Util;
protected import DAEDump;
protected import ValuesUtil;
protected import VarTransform;
protected import BackendDAEUtil;
protected import BackendDAETransform;

public constant String derivativeNamePrefix="$DER";

Expand Down
1 change: 0 additions & 1 deletion Compiler/HashTable.mo
Expand Up @@ -23,7 +23,6 @@ public import BaseHashTable;
public import DAE;
protected import ComponentReference;
protected import HashTable2;
protected import System;

public type Key = DAE.ComponentRef;
public type Value = Integer;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/HashTable3.mo
Expand Up @@ -22,9 +22,7 @@ keyEqual - A comparison function between two keys, returns true if equal.
public import BaseHashTable;
public import DAE;
protected import ComponentReference;
protected import Expression;
protected import HashTable2;
protected import System;

public type Key = DAE.ComponentRef;
public type Value = list<DAE.ComponentRef>;
Expand Down
1 change: 0 additions & 1 deletion Compiler/HashTableCG.mo
Expand Up @@ -23,7 +23,6 @@ public import BaseHashTable;
public import DAE;
protected import ComponentReference;
protected import HashTable2;
protected import System;

public type Key = DAE.ComponentRef;
public type Value = DAE.ComponentRef;
Expand Down

0 comments on commit 89c0167

Please sign in to comment.