Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit bc9cece

Browse files
Removing description of a previously removed module
Belonging to [master]: - #2416
1 parent d9899db commit bc9cece

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/Util/Flags.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,6 @@ constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
812812
("simplifyAllExpressions", Util.notrans("Does simplifications on all expressions.")),
813813
("simplifyIfEquations", Util.gettext("Tries to simplify if equations by use of information from evaluated parameters.")),
814814
("sortEqnsVars", Util.notrans("Heuristic sorting for equations and variables.")),
815-
("stateMachineElab", Util.gettext("Does the elaboration of state machines.")),
816815
("unitChecking", Util.gettext("Does advanced unit checking which consists of two parts: 1. calculation of unspecified unit information for variables; 2. consistency check for all equations based on unit information. Please note: This module is still experimental.")),
817816
("wrapFunctionCalls", Util.gettext("This module introduces variables for each function call and substitutes all these calls with the newly introduced variables."))
818817
})),

0 commit comments

Comments
 (0)