Skip to content

Commit

Permalink
- remove unused modules
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16119 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed May 24, 2013
1 parent 9e60c21 commit 936f447
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions Compiler/BackEnd/Uncertainties.mo
Expand Up @@ -5,7 +5,6 @@ package Uncertainties
import Algorithm;
import BackendDAE;
import BackendVariable;
import Debug;
import List;
import Env;
import Interactive;
Expand All @@ -23,7 +22,6 @@ package Uncertainties
import BackendDAECreate;
import BackendDAEUtil;
import BackendDAETransform;
import BackendDump;
import BackendEquation;
import HashTable;
import ComponentReference;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/Ceval.mo
Expand Up @@ -93,7 +93,6 @@ protected import Types;
protected import Util;
protected import ValuesUtil;
protected import ClassInf;
protected import DAEUtil;

public function ceval "
This function is used when the value of a constant expression is
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/ComponentReference.mo
Expand Up @@ -48,7 +48,6 @@ protected import ClassInf;
protected import Config;
protected import Debug;
protected import Dump;
protected import Error;
protected import Expression;
protected import ExpressionDump;
protected import Flags;
Expand Down
5 changes: 0 additions & 5 deletions Compiler/FrontEnd/FGraph.mo
Expand Up @@ -40,7 +40,6 @@ encapsulated package FGraph
"

public import Absyn;
public import SCode;
public import Util;
public import FNode;
public import DAE;
Expand Down Expand Up @@ -72,11 +71,7 @@ public constant AvlTree emptyAvlTree = AVLTREENODE(NONE(), 0, NONE(), NONE());

public constant Name tyNodeName = "$ty";

protected import System;
protected import List;
protected import Flags;
protected import Error;
protected import Dump;

public function newGraph
output Graph outGraph;
Expand Down
4 changes: 0 additions & 4 deletions Compiler/FrontEnd/FGraphBuild.mo
Expand Up @@ -41,7 +41,6 @@ encapsulated package FGraphBuild

public import Absyn;
public import SCode;
public import Util;
public import FGraph;
public import FNode;
public import DAE;
Expand All @@ -54,10 +53,7 @@ type NodeData = FGraph.NodeData;

protected import System;
protected import List;
protected import Flags;
protected import Dump;
protected import SCodeDump;
protected import FRef;

public function mkProgramGraph
"builds nodes out of classes"
Expand Down
6 changes: 0 additions & 6 deletions Compiler/FrontEnd/FGraphDump.mo
Expand Up @@ -39,9 +39,7 @@ encapsulated package FGraphDump
This module builds a graph out of SCode
"

public import Absyn;
public import SCode;
public import Util;
public import FNode;
public import DAE;
public import FGraph;
Expand All @@ -55,11 +53,7 @@ public type Node = FNode.Node;
public type NodeData = FNode.NodeData;
public type Graph = FGraph.Graph;

protected import System;
protected import List;
protected import Flags;
protected import Error;
protected import Dump;
protected import GraphML;

public function dumpGraph
Expand Down
2 changes: 0 additions & 2 deletions Compiler/FrontEnd/FGraphEnv.mo
Expand Up @@ -39,9 +39,7 @@ encapsulated package FGraphEnv
This module builds a graph out of SCode
"

public import Absyn;
public import SCode;
public import Util;
public import FGraph;
public import FNode;
public import DAE;
Expand Down
4 changes: 0 additions & 4 deletions Compiler/FrontEnd/FNode.mo
Expand Up @@ -159,11 +159,7 @@ public constant AvlTree emptyAvlTree = AVLTREENODE(NONE(), 0, NONE(), NONE());

public constant Name tyNodeName = "$ty";

protected import System;
protected import List;
protected import Flags;
protected import Error;
protected import Dump;
protected import FRef;

public function isTopNodeId
Expand Down
3 changes: 0 additions & 3 deletions Compiler/FrontEnd/FRef.mo
Expand Up @@ -40,9 +40,6 @@ encapsulated package FRef
"

public import Absyn;
public import SCode;
public import Util;
public import DAE;
public import FNode;

public type Ident = FNode.Ident;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/FResolve.mo
Expand Up @@ -41,7 +41,6 @@ encapsulated package FResolve

public import Absyn;
public import SCode;
public import Util;
public import FNode;
public import DAE;
public import FGraphEnv;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/FrontEnd/NFSCodeAnalyseRedeclare.mo
Expand Up @@ -42,14 +42,12 @@ encapsulated package NFSCodeAnalyseRedeclare
"

public import Absyn;
public import DAE;
public import NFInstTypes;
public import NFInstTypesOld;
public import SCode;
public import NFSCodeEnv;
public import NFSCodeFlattenRedeclare;

protected import ClassInf;
protected import Debug;
protected import Error;
protected import Flags;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/FrontEnd/NFSCodeCheck.mo
Expand Up @@ -48,9 +48,7 @@ protected import Dump;
protected import Error;
protected import Flags;
protected import NFInstDump;
protected import List;
protected import SCodeDump;
protected import Util;

public function checkRecursiveShortDefinition
input Absyn.TypeSpec inTypeSpec;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/Parser.mo
Expand Up @@ -42,7 +42,6 @@ encapsulated package Parser
public import Absyn;
public import Interactive;
protected import Config;
protected import Dump;
protected import Flags;
protected import ParserExt;
protected import SCodeUtil;
Expand Down
1 change: 0 additions & 1 deletion Compiler/FrontEnd/SCodeUtil.mo
Expand Up @@ -50,7 +50,6 @@ public import SCode;

protected import Builtin;
protected import Debug;
protected import Dump;
protected import Error;
protected import Flags;
protected import Global;
Expand Down
2 changes: 0 additions & 2 deletions Compiler/Script/CevalScript.mo
Expand Up @@ -123,9 +123,7 @@ protected import FMI;
protected import FMIExt;
protected import ErrorExt;
protected import FGraphEnv;
protected import FGraphDump;
protected import FGraph;
protected import FNode;

public constant Integer RT_CLOCK_SIMULATE_TOTAL = 8;
public constant Integer RT_CLOCK_SIMULATE_SIMULATION = 9;
Expand Down
1 change: 0 additions & 1 deletion SimulationRuntime/c/simulation/solver/model_help.c
Expand Up @@ -52,7 +52,6 @@ const size_t SIZERINGBUFFER = 3;
*/
void updateDiscreteSystem(DATA *data)
{

int IterationNum = 0;
int discreteChanged = 0;
modelica_boolean relationChanged = 0;
Expand Down

0 comments on commit 936f447

Please sign in to comment.