aboutsummaryrefslogtreecommitdiff
path: root/frontend/compilerSwitches.icl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/compilerSwitches.icl')
-rw-r--r--frontend/compilerSwitches.icl7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/compilerSwitches.icl b/frontend/compilerSwitches.icl
index d04aa38..3f0109c 100644
--- a/frontend/compilerSwitches.icl
+++ b/frontend/compilerSwitches.icl
@@ -7,10 +7,3 @@ SwitchPreprocessor preprocessor no_preprocessor :== preprocessor
SwitchGenerics on off :== on
SwitchGenericInfo on off :== on
-
-// MV...
-// - change T_ypeObjectType in StdDynamic (remove DummyModuleName-argument of T_ypeConsSymbol)
-// - the (ModuleID _)-constructor is *not* yet shared
-
-switch_dynamics on off :== on; // to turn dynamics on or off
-// ...MV