Skip to content

Commit f5ad9af

Browse files
AnHeuermannAnHeuermann
authored andcommitted
Remove compiler flag addTimeAsState
- Use --postOptModules+=addTimeAsState instead.
1 parent 1d9aa2f commit f5ad9af

File tree

5 files changed

+78
-99
lines changed

5 files changed

+78
-99
lines changed

OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8530,8 +8530,6 @@ algorithm
85308530
enabledModules := "countOperations"::enabledModules;
85318531
end if;
85328532

8533-
enabledModules := deprecatedConfigFlag(Flags.ADD_TIME_AS_STATE, enabledModules, "addTimeAsState", "postOptModules+");
8534-
85358533
if 1 < Flags.getConfigInt(Flags.MAX_SIZE_FOR_SOLVE_LINIEAR_SYSTEM) then
85368534
enabledModules := "solveLinearSystem"::enabledModules;
85378535
end if;

OMCompiler/Compiler/Translation/de.po

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4193,13 +4193,6 @@ msgstr ""
41934193
msgid "Activates symbolic implicit solver (original system is not changed)."
41944194
msgstr ""
41954195

4196-
#: ../Util/Flags.mo:1165
4197-
msgid ""
4198-
"Experimental feature: this replaces each occurrence of variable time with a "
4199-
"new introduced state $time with equation der($time) = 1.0\n"
4200-
"Deprecated flag: Use --postOptModules+=addTimeAsState instead."
4201-
msgstr ""
4202-
42034196
#: ../Util/Flags.mo:1171
42044197
msgid "linear loops --> constraints"
42054198
msgstr ""

OMCompiler/Compiler/Translation/openmodelica.pot

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4117,13 +4117,6 @@ msgstr ""
41174117
msgid "Activates symbolic implicit solver (original system is not changed)."
41184118
msgstr ""
41194119

4120-
#: ../Util/Flags.mo:1165
4121-
msgid ""
4122-
"Experimental feature: this replaces each occurrence of variable time with a "
4123-
"new introduced state $time with equation der($time) = 1.0\n"
4124-
"Deprecated flag: Use --postOptModules+=addTimeAsState instead."
4125-
msgstr ""
4126-
41274120
#: ../Util/Flags.mo:1171
41284121
msgid "linear loops --> constraints"
41294122
msgstr ""

0 commit comments

Comments
 (0)