Skip to content

Commit

Permalink
- got rid of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Nov 1, 2010
1 parent 7af1fc3 commit d1ff158
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Compiler/HashTable2.mo
Expand Up @@ -23,7 +23,6 @@ public import BaseHashTable;
public import DAE;
protected import ComponentReference;
protected import ExpressionDump;
protected import System;

public type Key = DAE.ComponentRef;
public type Value = DAE.Exp;
Expand Down
1 change: 0 additions & 1 deletion Compiler/HashTable5.mo
Expand Up @@ -22,7 +22,6 @@ keyEqual - A comparison function between two keys, returns true if equal.
public import Absyn;
public import BaseHashTable;
protected import Dump;
protected import System;

public type Key = Absyn.ComponentRef;
public type Value = Integer;
Expand Down
1 change: 0 additions & 1 deletion Compiler/HashTableStringToPath.mo
Expand Up @@ -21,7 +21,6 @@ keyEqual - A comparison function between two keys, returns true if equal.

public import Absyn;
public import BaseHashTable;
protected import System;
protected import Util;

public type Key = String;
Expand Down
1 change: 0 additions & 1 deletion Compiler/InstanceHierarchy.mo
Expand Up @@ -59,7 +59,6 @@ protected import Debug;
protected import Dump;
protected import Util;
protected import RTOpts;
protected import System;

public
type InstanceHierarchy = list<Instance> "an instance hierarchy is a list of instances";
Expand Down

0 comments on commit d1ff158

Please sign in to comment.